Hi back! Do i need to do something else?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3453#issuecomment-1529619804
You are receiving this because you are subscribed to this thread.
Message ID:
normaly all its ok!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3453#issuecomment-1515105230
You are receiving this because you are subscribed to this thread.
Message ID:
@Guiikcar 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
@Guiikcar pushed 1 commit.
f27d52f7249c30549b947ccd10401b74567535ff check that the file is saved correctly
--
View it on GitHub:
https://github.com/geany/geany/pull/3453/files/5058b9554ae087b5d5c9191fde69004e21f21a97..f27d52f7249c30549b947ccd10401b74567535ff
You are receiving this because you a
@Guiikcar 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
I have reproduce the bug, and I have worked on that i did a pull request, i m
new in free-software and i think i have resolve the bug (don't hesitate to give
me some feedback/tell me if i do something bad i m here to learn) thanks you!
--
Reply to this email directly or view it on GitHub:
https
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3453
-- Commit Summary --
* correction bug 3387
-- File Changes --
M src/document.c (7)
-- Patch Links --
https://github.com/geany/geany/pull/3453.patch
https://github.com/geany/geany