From c6de9ace9fe9b4a438583ed143f9b3b99211091d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 9 May 2000 05:08:25 +0000 Subject: make this a little less kludgy. Use gnome_error_dialog rather than printf * folder-browser.c (folder_browser_load_folder): make this a little less kludgy. Use gnome_error_dialog rather than printf on errors. * mail-ops.c (fetch_mail): Fix to work with the new shell stuff... sorta. Will need more fixing later when the new shell framework is more done. * mail-config.c (finish): Call gnome_config_sync so the data actually gets written. svn path=/trunk/; revision=2931 --- mail/mail-config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-config.c') diff --git a/mail/mail-config.c b/mail/mail-config.c index 50444b34e9..0467d72bf0 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -878,6 +878,8 @@ finish (GnomeDruidPage *page, gpointer arg1, gpointer window) path = g_strdup_printf ("=%s/config=/mail/transport", evolution_dir); gnome_config_set_string (path, transport); g_free (path); + + gnome_config_sync (); } void -- cgit v1.2.3