[f-spot] Small code style fixes.



commit 9163e79dba12ab7a03681f57ad0dfb0a1a12d7b0
Author: Ruben Vermeersch <ruben savanne be>
Date:   Fri May 21 11:26:14 2010 +0200

    Small code style fixes.

 src/ImportCommand.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ImportCommand.cs b/src/ImportCommand.cs
index 96c944e..25e4396 100644
--- a/src/ImportCommand.cs
+++ b/src/ImportCommand.cs
@@ -234,7 +234,7 @@ public class ImportCommand : GladeDialog
 		{
 			SourceMenu sm = (sender as OptionMenu).Menu as SourceMenu;
 			SourceItem source = sm.Active as SourceItem;
-			if(source != command.Source) {
+			if (source != command.Source) {
 				command.Source = source;
 				command.ChangeSelection ();
 			}
@@ -757,7 +757,7 @@ public class ImportCommand : GladeDialog
 		AllowFinish = true;
 		collection.AddAll (info);
 		
-		if(collection.Count == 0)
+		if (collection.Count == 0)
 			photo_view.Pixbuf = GtkUtil.TryLoadIcon (FSpot.Global.IconTheme, "f-spot", 128, (Gtk.IconLookupFlags)0);
 
 		return false;



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