@Guiikcar commented on this pull request.


In src/document.c:

> @@ -1820,6 +1820,13 @@ gboolean document_save_file_as(GeanyDocument *doc, const gchar *utf8_fname)
 	gboolean ret;
 	gboolean new_file;
 
+	// if the personne want to save as a file who dosnt exsist
+	if (doc->priv->info_bars[MSG_TYPE_RESAVE] != NULL)

yeah its logic i m sry so do you think i just need to move my code into the if (new_file){
} thanks you for your feedback!


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/3453/review/1379615834@github.com>