aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-12 03:21:05 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-12 03:21:05 +0800
commitc4ad1ccccd6eeefe81b29878a63c5c6624186c00 (patch)
treee47a09bc1988946dc0d380f90d038c90a4ea8e12
parent5d208f8e61abf68598d3384a7559d3f27ecc27f9 (diff)
downloadgsoc2013-evolution-c4ad1ccccd6eeefe81b29878a63c5c6624186c00.tar
gsoc2013-evolution-c4ad1ccccd6eeefe81b29878a63c5c6624186c00.tar.gz
gsoc2013-evolution-c4ad1ccccd6eeefe81b29878a63c5c6624186c00.tar.bz2
gsoc2013-evolution-c4ad1ccccd6eeefe81b29878a63c5c6624186c00.tar.lz
gsoc2013-evolution-c4ad1ccccd6eeefe81b29878a63c5c6624186c00.tar.xz
gsoc2013-evolution-c4ad1ccccd6eeefe81b29878a63c5c6624186c00.tar.zst
gsoc2013-evolution-c4ad1ccccd6eeefe81b29878a63c5c6624186c00.zip
DONT ASK ME AGAIN!
svn path=/trunk/; revision=11012
-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;