summaryrefslogtreecommitdiff
path: root/src/gtkext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-11 21:33:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-11 21:33:53 (GMT)
commit43dc21cc3239bd5c82f9ab4483ecd5b4cdfb3f0f (patch)
treebbcc969b4e6b658d57a4d753b550cd5a7f13eb9d /src/gtkext
parentdb934f20598340772f8c0256c8a8119790a1821e (diff)
Improved the way display panel binaries are tracked.
Diffstat (limited to 'src/gtkext')
-rw-r--r--src/gtkext/gtkdisplaypanel.c2
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;