@LiquidCake commented on this pull request.
> + if (doc != NULL && document_is_empty(doc)) + document_close(doc); + } + + g_free(locale_file_path); + } + + g_dir_close(dir); + + /* create new empty file/tab if this is a "fresh" session start without any opened files */ + if (gtk_notebook_get_n_pages(GTK_NOTEBOOK(geany->main_widgets->notebook)) == 0) + document_new_file(NULL, NULL, NULL); +} + + +static gboolean load_all_temp_files_idle(gpointer p_cur_doc) fixed -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3911#discussion_r1700958898 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/3911/review/[email protected]>
