diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-12 03:21:05 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-12 03:21:05 +0800 |
commit | c4ad1ccccd6eeefe81b29878a63c5c6624186c00 (patch) | |
tree | e47a09bc1988946dc0d380f90d038c90a4ea8e12 /shell/importer/intelligent.c | |
parent | 5d208f8e61abf68598d3384a7559d3f27ecc27f9 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'shell/importer/intelligent.c')
-rw-r--r-- | shell/importer/intelligent.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |