aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-09 13:08:25 +0800
committerDan Winship <danw@src.gnome.org>2000-05-09 13:08:25 +0800
commitc6de9ace9fe9b4a438583ed143f9b3b99211091d (patch)
tree9e9eb677c5cc455fbf2530812ab730264d75d1c3 /mail/mail-config.c
parentdebd40014f38065b6a72fbadefd60a0cadd2c89d (diff)
downloadgsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.gz
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.bz2
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.lz
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.xz
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.tar.zst
gsoc2013-evolution-c6de9ace9fe9b4a438583ed143f9b3b99211091d.zip
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
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r--mail/mail-config.c2
1 files changed, 2 insertions, 0 deletions
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