f-spot r3927 - trunk/src



Author: rubenv
Date: Sun May 18 09:58:56 2008
New Revision: 3927
URL: http://svn.gnome.org/viewvc/f-spot?rev=3927&view=rev

Log:
Remove spurious brackets.


Modified:
   trunk/src/PhotoPopup.cs

Modified: trunk/src/PhotoPopup.cs
==============================================================================
--- trunk/src/PhotoPopup.cs	(original)
+++ trunk/src/PhotoPopup.cs	Sun May 18 09:58:56 2008
@@ -26,9 +26,8 @@
 
 		public PhotoPopup () : base ()
 		{
-			foreach (MenuNode node in AddinManager.GetExtensionNodes ("/FSpot/Menus/PhotoPopup")) {
+			foreach (MenuNode node in AddinManager.GetExtensionNodes ("/FSpot/Menus/PhotoPopup"))
 				Append (node.GetMenuItem ());
-			}
 			ShowAll ();
 		}
 



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