gnome-terminal r2952 - trunk/src



Author: chpe
Date: Tue Jul  8 09:00:48 2008
New Revision: 2952
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=2952&view=rev

Log:
Remove incorrect comment.


Modified:
   trunk/src/terminal-window.c

Modified: trunk/src/terminal-window.c
==============================================================================
--- trunk/src/terminal-window.c	(original)
+++ trunk/src/terminal-window.c	Tue Jul  8 09:00:48 2008
@@ -2255,14 +2255,10 @@
     return FALSE;
 
   tab_clicked = find_tab_num_at_pos (notebook, event->x_root, event->y_root);
-
   if (tab_clicked < 0)
-    /* consume event, so that we don't pop up the context menu when
-     * the mouse if not over a tab label
-     */
     return FALSE;
 
-  /* switch to the page the mouse is over, but don't consume the event */
+  /* switch to the page the mouse is over */
   gtk_notebook_set_current_page (notebook, tab_clicked);
 
   action = gtk_action_group_get_action (priv->action_group, "NotebookPopup");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]