@LiquidCake commented on this pull request.
@@ -614,13 +653,21 @@ static void load_all_temp_files_into_editor(void)
}
-static gboolean load_all_temp_files_idle(gpointer data) +static gboolean load_all_persistent_untitled_doc_files_idle(gpointer data) +{ + load_all_persistent_untitled_doc_files_into_editor(); + + return FALSE; +} + + +static gboolean load_all_persistent_untitled_doc_files_and_reopen_current_idle(gpointer data)
done