@LiquidCake commented on this pull request.
> + {
+ /* remove temp file if it was saved as some other file
*/
+ gchar *locale_old_file_path =
utils_get_locale_from_utf8(old_file_path_utf8);
+ g_remove(locale_old_file_path);
+
+ g_free(locale_old_file_path);
+
+ ui_set_statusbar(TRUE, _("Temp file %s was deleted"),
old_file_path_utf8);
+ }
+
+ plugin_set_document_data(geany_plugin, doc,
"file-name-before-save-as", NULL); /* clear value */
+ }
+}
+
+
+static void load_all_temp_files_into_editor()
fixed
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1707858308
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>