gnome-terminal r2487 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r2487 - trunk/src
- Date: Wed, 19 Mar 2008 18:12:46 +0000 (GMT)
Author: chpe
Date: Wed Mar 19 18:12:46 2008
New Revision: 2487
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2487&view=rev
Log:
Remove more obsolete code.
Modified:
trunk/src/terminal-window.c
Modified: trunk/src/terminal-window.c
==============================================================================
--- trunk/src/terminal-window.c (original)
+++ trunk/src/terminal-window.c Wed Mar 19 18:12:46 2008
@@ -2712,28 +2712,6 @@
detach_tab (TERMINAL_SCREEN (page), window);
}
-// chpe: this is the tabs menu callback
-static void
-change_tab_callback (GtkAction *action,
- TerminalWindow *window)
-{
-#if 0
- TerminalWindowPrivate *priv = window->priv;
-
- if (gtk_check_menu_item_get_active (GTK_CHECK_MENU_ITEM (menuitem)))
- {
- int page_num;
-
- page_num = GPOINTER_TO_INT (g_object_get_data (G_OBJECT (menuitem),
- "notebook-page"));
-
-
- gtk_notebook_set_current_page (GTK_NOTEBOOK (priv->notebook),
- page_num);
- }
-#endif
-}
-
static void
help_contents_callback (GtkAction *action,
TerminalWindow *window)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]