[Github-comments] [geany/geany] Create project's filename path (#2586)
Matthew Brush
notifications at xxxxx
Wed Sep 16 00:41:35 UTC 2020
@codebrainz commented on this pull request.
> + else
+ {
+ gtk_widget_grab_focus(e->file_name);
+ utils_free_pointers(2, project_file_dirname, locale_filename, NULL);
+ return FALSE;
+ }
Let's see if anyone else has any thoughts. @elextr?
Personally I would not bail out here and let it fail later if the directory wasn't created in the meantime, and maybe put a comment saying as much.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2586#discussion_r489094884
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200915/9242b067/attachment.htm>
More information about the Github-comments
mailing list