0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0g03

This commit is contained in:
Bram Moolenaar
2006-05-04 21:57:11 +00:00
parent 1471681726
commit 54a709eb08
4 changed files with 48 additions and 11 deletions

View File

@@ -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);