summaryrefslogtreecommitdiff
path: root/src/gui/editor.c
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/gui/editor.c
parent43dc21cc3239bd5c82f9ab4483ecd5b4cdfb3f0f (diff)
Typo.
Diffstat (limited to 'src/gui/editor.c')
-rw-r--r--src/gui/editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c
index b1d5ab1..f8922a1 100644
--- a/src/gui/editor.c
+++ b/src/gui/editor.c
@@ -1217,7 +1217,7 @@ static void on_dock_item_switch(GtkDockStation *station, GtkWidget *widget, GObj
//notify_panels_of_view_change(GTK_DISPLAY_PANEL(widget), false);
- g_objet_unref(G_OBJECT(binary));
+ g_object_unref(G_OBJECT(binary));
}