summaryrefslogtreecommitdiff
path: root/src/gui/editor.c
diff options
context:
space:
mode:
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));
}