[Github-comments] [geany/geany] Rpg sidebar tree (see #259) (#1813)
Thomas Martitz
notifications at github.com
Sun Apr 17 11:32:54 UTC 2022
@kugel- commented on this pull request.
> @@ -1100,7 +1412,7 @@ void sidebar_init(void)
StashGroup *group;
group = stash_group_new(PACKAGE);
- stash_group_add_boolean(group, &documents_show_paths, "documents_show_paths", TRUE);
+ stash_group_add_integer(group, (gint*)&documents_show_paths, "documents_show_paths", SHOW_PATHS_LIST);
I added sanitizing in the "load-settings" signal handler.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1813#discussion_r851742733
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/1813/review/943938273 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220417/44f1e77a/attachment.htm>
More information about the Github-comments
mailing list