diff options
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; |