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

Reply via email to