@ntrel commented on this pull request.
> @@ -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)
No problem, thanks for the PR. I think you need to check `if (ret && ...`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3453#discussion_r1163053738
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3453/review/[email protected]>