aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/importer/intelligent.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ff906a53e0..c81941affe 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-11 Iain Holmes <iain@ximian.com>
+
+ * importers/intelligent.c (intelligent_importer_init): Sync the config
+ so that the Don't Ask Again gets saved.
+
2001-07-11 Kjartan Maraas <kmaraas@gnome.org>
* importers/intelligent.c: Mark a string for translation.
diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c
index 88c45d1ed4..0410b56da7 100644
--- a/shell/importer/intelligent.c
+++ b/shell/importer/intelligent.c
@@ -473,6 +473,8 @@ intelligent_importer_init (void)
gnome_config_set_bool ("Dontaskagain", TRUE);
gnome_config_pop_prefix ();
+ gnome_config_sync ();
+ gnome_config_drop_all ();
g_print ("Not asking again");
free_importer_dialog (d);
break;