[f-spot] accept --sync as param
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot] accept --sync as param
- Date: Sun, 25 Oct 2009 18:35:10 +0000 (UTC)
commit eb809c66ff728275b86824079db032d0f914ecd3
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]