[Github-comments] Re: [geany/geany] correction bug 3387 (PR #3453)

2023-05-01 Thread Guiikcar via Github-comments
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:

[Github-comments] Re: [geany/geany] correction bug 3387 (PR #3453)

2023-04-19 Thread Guiikcar via Github-comments
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:

[Github-comments] Re: [geany/geany] correction bug 3387 (PR #3453)

2023-04-15 Thread Guiikcar via Github-comments
@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

[Github-comments] Re: [geany/geany] correction bug 3387 (PR #3453)

2023-04-15 Thread Guiikcar via Github-comments
@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

[Github-comments] Re: [geany/geany] correction bug 3387 (PR #3453)

2023-04-11 Thread Guiikcar via Github-comments
@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

[Github-comments] Re: [geany/geany] File not found message remains after Save As (Issue #3387)

2023-04-11 Thread Guiikcar via Github-comments
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

[Github-comments] [geany/geany] correction bug 3387 (PR #3453)

2023-04-11 Thread Guiikcar via Github-comments
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