summaryrefslogtreecommitdiff
path: root/src/gtkext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-11 21:41:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-11 21:41:06 (GMT)
commit3eacf14cc395e7fd0ab5dd5e9d22bb93a6a02979 (patch)
treeb9a3a25b8e6673e543aeb1d6ee8d53b31b5158d7 /src/gtkext
parent43dc21cc3239bd5c82f9ab4483ecd5b4cdfb3f0f (diff)
Typo.
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 0beeb1c..6793d4e 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)
{
- g_objet_ref(G_OBJECT(binary));
+ g_object_ref(G_OBJECT(panel->binary));
return panel->binary;