summaryrefslogtreecommitdiff
path: root/src/gtkext
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-03 09:50:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-03 09:50:40 (GMT)
commitd88ad56a86f0e538795d3b075833d3665457c1d8 (patch)
treee8f589e1760e451192232ce13641873c592a9c40 /src/gtkext
parentdf579a2d535ce83ec4eab9ac05924f8c2dd0ffac (diff)
Prepared the capacity to display more than one view per binary.
Diffstat (limited to 'src/gtkext')
-rw-r--r--src/gtkext/gtkdockstation.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtkext/gtkdockstation.c b/src/gtkext/gtkdockstation.c
index cc567ad..619267e 100644
--- a/src/gtkext/gtkdockstation.c
+++ b/src/gtkext/gtkdockstation.c
@@ -393,7 +393,6 @@ void gtk_dock_panel_change_active_widget(GtkDockStation *station, GtkWidget *wid
old = gtk_notebook_get_nth_page(notebook, index);
label = gtk_notebook_get_tab_label(notebook, old);
- g_object_ref(G_OBJECT(old));
g_object_ref(G_OBJECT(label));
str = g_object_get_data(G_OBJECT(old), "title");