** see bug #40141
2003-03-27 Not Zed <NotZed@Ximian.com> ** see bug #40141 * e-summary-preferences.c (config_control_destroy_cb): Dont save prefs here, but restore the last saved. (config_control_apply_cb): save preferences here. svn path=/trunk/; revision=20533
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2003-03-27 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
** see bug #40141
|
||||
|
||||
* e-summary-preferences.c (config_control_destroy_cb): Dont save
|
||||
prefs here, but restore the last saved.
|
||||
(config_control_apply_cb): save preferences here.
|
||||
|
||||
2003-03-26 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* e-summary-mail.c: New member physical_uri in struct
|
||||
|
||||
@ -1214,19 +1214,16 @@ config_control_apply_cb (EvolutionConfigControl *control,
|
||||
}
|
||||
global_preferences->display_folders = get_folders_from_view(pd->mail->storage_set_view);
|
||||
|
||||
e_summary_preferences_save (global_preferences);
|
||||
|
||||
e_summary_reconfigure_all ();
|
||||
}
|
||||
|
||||
static void
|
||||
config_control_destroy_cb (EvolutionConfigControl *config_control,
|
||||
void *data)
|
||||
config_control_destroy_cb (EvolutionConfigControl *config_control, void *data)
|
||||
{
|
||||
PropertyData *pd;
|
||||
|
||||
pd = (PropertyData *) data;
|
||||
|
||||
e_summary_preferences_save (global_preferences);
|
||||
free_property_dialog (pd);
|
||||
e_summary_preferences_restore(global_preferences);
|
||||
free_property_dialog ((PropertyData *)data);
|
||||
}
|
||||
|
||||
BonoboObject *
|
||||
|
||||
Reference in New Issue
Block a user