f-spot r4012 - trunk/src/Widgets



Author: sdelcroix
Date: Thu May 29 11:21:50 2008
New Revision: 4012
URL: http://svn.gnome.org/viewvc/f-spot?rev=4012&view=rev

Log:
show the menu OnPressed instead of OnClicked in MenuButton

Modified:
   trunk/src/Widgets/MenuButton.cs

Modified: trunk/src/Widgets/MenuButton.cs
==============================================================================
--- trunk/src/Widgets/MenuButton.cs	(original)
+++ trunk/src/Widgets/MenuButton.cs	Thu May 29 11:21:50 2008
@@ -70,7 +70,7 @@
 			hbox.Show ();
 		}
 
-		protected override void OnClicked ()
+		protected override void OnPressed ()
 		{
 			if (popup_menu == null)
 				return;



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