[f-spot] do not redefine the Invalid command



commit 1e855ccf6dfb56373bb4faa0264efa90f237ce52
Author: Stephane Delcroix <stephane delcroix org>
Date:   Fri Nov 6 17:11:44 2009 +0100

    do not redefine the Invalid command

 src/Core/App.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/src/Core/App.cs b/src/Core/App.cs
index 3391502..b572a81 100644
--- a/src/Core/App.cs
+++ b/src/Core/App.cs
@@ -122,7 +122,7 @@ namespace FSpot
 
 #region private ctor and stuffs
 		enum Command {
-			Invalid,
+			Invalid = 0, 
 			Import,
 			View,
 			Organize,
@@ -136,7 +136,6 @@ namespace FSpot
 		Db db;
 
 		App (): base ("org.gnome.FSpot.Core", null,
-				  "Invalid", Command.Invalid,
 				  "Import", Command.Import,
 				  "View", Command.View,
 				  "Organize", Command.Organize,



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