f-spot r4012 - trunk/src/Widgets
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4012 - trunk/src/Widgets
- Date: Thu, 29 May 2008 11:21:50 +0000 (UTC)
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]