@bxgaillard commented on this pull request.
In debugger/src/cell_renderers/cellrendererbreakicon.c:
> 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, view it on GitHub, or mute the thread.