[f-spot/FSPOT_0_6_0_STABLE] accept --sync as param



commit 005af4cad3fee34404a3ffb7ac0f0cf22c940e4a
Author: Stephane Delcroix <stephane delcroix org>
Date:   Sat Oct 24 20:22:07 2009 +0200

    accept --sync as param

 src/main.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.cs b/src/main.cs
index da004b2..9f52676 100644
--- a/src/main.cs
+++ b/src/main.cs
@@ -154,7 +154,7 @@ namespace FSpot
 					GLib.Log.SetLogHandler ("GLib-GObject", GLib.LogLevelFlags.Critical, logFunc);
 
 					break;
-				case "--uninstalled": case "--gdb": case "--valgrind":
+				case "--uninstalled": case "--gdb": case "--valgrind": case "--sync":
 					break;
 				default:
 					if (args [i].StartsWith ("--profile"))



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