@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