diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-11-11 21:33:53 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-11-11 21:33:53 (GMT) |
commit | 43dc21cc3239bd5c82f9ab4483ecd5b4cdfb3f0f (patch) | |
tree | bbcc969b4e6b658d57a4d753b550cd5a7f13eb9d /src/gtkext | |
parent | db934f20598340772f8c0256c8a8119790a1821e (diff) |
Improved the way display panel binaries are tracked.
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/gtkdisplaypanel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/gtkdisplaypanel.c b/src/gtkext/gtkdisplaypanel.c index c237924..0beeb1c 100644 --- a/src/gtkext/gtkdisplaypanel.c +++ b/src/gtkext/gtkdisplaypanel.c @@ -858,7 +858,7 @@ static void on_view_panel_binary_display_change(GLoadedBinary *binary, BinaryVie GLoadedBinary *gtk_display_panel_get_binary(const GtkDisplayPanel *panel) { - /* TODO : ref */ + g_objet_ref(G_OBJECT(binary)); return panel->binary; |