nautilus r14413 - in trunk: . src



Author: cosimoc
Date: Thu Jul 24 14:03:19 2008
New Revision: 14413
URL: http://svn.gnome.org/viewvc/nautilus?rev=14413&view=rev

Log:
2008-07-24  Cosimo Cecchi  <cosimoc gnome org>

	* src/nautilus-pathbar.c: (setup_button_drag_source):
	Enable middle-click dragging a path bar button (#532475).


Modified:
   trunk/ChangeLog
   trunk/src/nautilus-pathbar.c

Modified: trunk/src/nautilus-pathbar.c
==============================================================================
--- trunk/src/nautilus-pathbar.c	(original)
+++ trunk/src/nautilus-pathbar.c	Thu Jul 24 14:03:19 2008
@@ -1421,7 +1421,8 @@
 	};
 
         gtk_drag_source_set (button_data->button,
-		       	     GDK_BUTTON1_MASK,
+		       	     GDK_BUTTON1_MASK |
+			     GDK_BUTTON2_MASK,
 		       	     NULL, 0,
 			     GDK_ACTION_MOVE |
 			     GDK_ACTION_COPY |



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