[Github-comments] [geany/geany] Create project's filename path (#2586)
tivrfoa
notifications at xxxxx
Tue Sep 15 12:49:33 UTC 2020
@tivrfoa commented on this pull request.
> @@ -772,6 +772,36 @@ static gboolean update_config(const PropertyDialogElements *e, gboolean new_proj
}
g_free(locale_path);
}
+
+ /* create filename path if it doesn't exist and if file name ends with '.geany' */
+ if ((err_code = utils_is_file_writable(locale_filename)) != 0 &&
> Ops. I introduced a bug in this else, when the path already exists.
> I will fix here.
Fixed!
--
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_r488638866
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200915/de641dfd/attachment-0001.htm>
More information about the Github-comments
mailing list