2007-02-03 [colin] 2.7.2cvs18
[claws.git] / src / main.c
index b68eaff4eb9ce6d02899e46b95cc7056c1e01373..edc77b0778d970ddd7ea16f25c10e31110dbafbd 100644 (file)
@@ -1003,8 +1003,10 @@ static void exit_claws(MainWindow *mainwin)
        folder_func_to_all_folders(save_all_caches, NULL);
        folder_write_list();
 
-       main_window_get_size(mainwin);
-       main_window_get_position(mainwin);
+       if (!emergency_exit) {
+               main_window_get_size(mainwin);
+               main_window_get_position(mainwin);
+       }
        prefs_common_write_config();
        account_write_config_all();
        addressbook_export_to_file();