[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mono-patches
Subject:    [Mono-patches] r99483 - trunk/monsoon/Monsoon
From:       "Alan McGovern (alan.mcgovern () gmail ! com)"
Date:       2008-03-31 22:40:21
Message-ID: 20080331224021.812029472D () mono-cvs ! ximian ! com
[Download RAW message or body]

Author: alanmc
Date: 2008-03-31 17:40:21 -0500 (Mon, 31 Mar 2008)
New Revision: 99483

Modified:
   trunk/monsoon/Monsoon/ChangeLog
   trunk/monsoon/Monsoon/FileTreeView.cs
Log:
* Monsoon/FileTreeView.cs: if we have zero selected and we rightclick,
  we need to popup

Modified: trunk/monsoon/Monsoon/ChangeLog
===================================================================
--- trunk/monsoon/Monsoon/ChangeLog	2008-03-31 22:39:36 UTC (rev 99482)
+++ trunk/monsoon/Monsoon/ChangeLog	2008-03-31 22:40:21 UTC (rev 99483)
@@ -1,5 +1,10 @@
 2008-03-31  Alan McGovern <alan.mcgovern@gmail.com> 
 
+	* FileTreeView.cs: if we have zero selected and we rightclick, we need to
+	  popup
+
+2008-03-31  Alan McGovern <alan.mcgovern@gmail.com> 
+
 	* FileTreeView.cs: Enabled multi-select in the torrent files view.
 
 2008-03-31  Alan McGovern <alan.mcgovern@gmail.com> 

Modified: trunk/monsoon/Monsoon/FileTreeView.cs
===================================================================
--- trunk/monsoon/Monsoon/FileTreeView.cs	2008-03-31 22:39:36 UTC (rev 99482)
+++ trunk/monsoon/Monsoon/FileTreeView.cs	2008-03-31 22:40:21 UTC (rev 99483)
@@ -206,7 +206,7 @@
 				contextMenu.Popup();
 				return true;
 			}
-			else if (count == 1 && e.Button == 3)
+			else if (count <= 1 && e.Button == 3)
 			{
 				base.OnButtonPressEvent(e);
 				contextMenu.ShowAll();

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic