@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