gnome-terminal r2490 - trunk/src
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-terminal r2490 - trunk/src
- Date: Wed, 19 Mar 2008 18:13:16 +0000 (GMT)
Author: chpe
Date: Wed Mar 19 18:13:16 2008
New Revision: 2490
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2490&view=rev
Log:
Yet more obsolete code removed.
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:13:16 2008
@@ -839,20 +839,6 @@
gtk_clipboard_set_text (clipboard, info->string, -1);
}
-/*static void
-popup_menu_detach (GtkWidget *attach_widget,
- GtkMenu *menu)
-{
- TerminalScreen *screen;
-
- screen = g_object_get_data (G_OBJECT (attach_widget), "terminal-screen");
-
- g_assert (screen);
-
- screen->priv->popup_menu = NULL;
-}
-*/
-
static void
remove_popup_info (TerminalWindow *window)
{
@@ -995,10 +981,6 @@
NULL, NULL,
info->button,
info->timestamp);
- /* FIXMEchpe? */
-// gtk_menu_attach_to_widget (GTK_MENU (screen->priv->popup_menu),
-// GTK_WIDGET (screen->priv->term),
-// popup_menu_detach);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]