@LiquidCake commented on this pull request.
> + return next_file_name;
+ }
+ }
+
+ if (strlen(extension_postfix))
+ g_free(extension_postfix);
+
+ return NULL;
+}
+
+
+static void persistent_untitled_document_new_cb(GObject *obj, GeanyDocument
*doc, gpointer user_data)
+{
+ if (doc->file_name == NULL)
+ {
+ gchar *pers_docs_files_dir_utf8, *new_pers_doc_file_name_utf8,
*new_pers_doc_file_path_utf8;
done
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1852957960
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>