[Github-comments] [geany/geany-plugins] 'Debugger' plugin port to GTK3 with GTK2 compatibility (#791)
Benjamin Gaillard
notifications at xxxxx
Wed Dec 5 11:38:49 UTC 2018
bxgaillard commented on this pull request.
> return;
+
+ g_object_get_property(G_OBJECT(cell), "is-expander", &is_expander_value);
+ is_expander = g_value_get_boolean(&is_expander_value);
+ g_value_unset(&is_expander_value);
You're right, changed.
--
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-plugins/pull/791#discussion_r239031472
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181205/5955a47c/attachment.html>
More information about the Github-comments
mailing list