@LiquidCake commented on this pull request.


> +     }
+}
+
+
+static void persistent_temp_files_document_close_cb(GObject *obj, 
GeanyDocument *doc, gpointer user_data)
+{
+       gchar *file_path, *locale_file_path, *short_filename;
+
+       file_path = doc->file_name;
+
+       if (enable_persistent_temp_files && file_path != NULL && ! 
geany_is_quitting())
+       {
+               if (is_temp_saved_file_doc(doc) && file_exists(doc->file_name))
+               {
+                       short_filename = document_get_basename_for_display(doc, 
-1);
+                       locale_file_path = 
utils_get_locale_from_utf8(file_path);

done

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1650072403
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3911/review/2134275...@github.com>

Reply via email to