@LiquidCake commented on this pull request.


In plugins/saveactions.c:

> +			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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3911/review/2452827998@github.com>