summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_x11.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-05-04 21:57:11 +0000
committerBram Moolenaar <Bram@vim.org>2006-05-04 21:57:11 +0000
commit54a709eb08f28b890f11b5ff44c260cc39502ee0 (patch)
tree0b22ef2850d3ae220b83642e4f3ab60ae6585327 /src/gui_gtk_x11.c
parent14716817266007c373d5cc6ee2294416e3132be6 (diff)
updated for version 7.0g03v7.0g03
Diffstat (limited to 'src/gui_gtk_x11.c')
-rw-r--r--src/gui_gtk_x11.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index c6b093f269..36688ea073 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -3691,6 +3691,7 @@ gui_mch_init(void)
gtk_container_add(GTK_CONTAINER(event_box), label);
gtk_notebook_set_tab_label(GTK_NOTEBOOK(gui.tabline), page, event_box);
}
+
gtk_signal_connect(GTK_OBJECT(gui.tabline), "switch_page",
GTK_SIGNAL_FUNC(on_select_tab), NULL);