[evolution-patches] Bug 46808, add shortName to --force-shutdown option
- From: Gary Ekker <gekker novell com>
- To: evolution-patches ximian com, tim ximian com
- Subject: [evolution-patches] Bug 46808, add shortName to --force-shutdown option
- Date: Mon, 17 Nov 2003 22:42:24 -0700
This patch is for 1.4 and the trunk.
I'm not sure if it is standard to have shortnames for evolution startup
options, Tim suggested it in this bug,
http://bugzilla.ximian.com/show_bug.cgi?id=46808 and it seems that it
would be convenient. :) Another option would be to hide the shortname...
-Gary
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1286.2.10
diff -u -p -r1.1286.2.10 ChangeLog
--- ChangeLog 30 Sep 2003 09:58:01 -0000 1.1286.2.10
+++ ChangeLog 18 Nov 2003 05:34:22 -0000
@@ -1,3 +1,7 @@
+2003-11-17 Gary Ekker <gekker novell com>
+
+ * Add shortName for --force-shutdown option [#46808]
+
2003-09-30 Ismael Olea <ismael olea org>
* e-shell-about-box.c: fixed encoding for Spanish translators.
Index: main.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/main.c,v
retrieving revision 1.123
diff -u -p -r1.123 main.c
--- main.c 19 May 2003 19:41:05 -0000 1.123
+++ main.c 18 Nov 2003 05:34:23 -0000
@@ -545,7 +545,7 @@ main (int argc, char **argv)
{ "online", '\0', POPT_ARG_NONE, &start_online, 0,
N_("Start in online mode"), NULL },
#ifdef KILL_PROCESS_CMD
- { "force-shutdown", '\0', POPT_ARG_NONE, &killev, 0,
+ { "force-shutdown", 'f', POPT_ARG_NONE, &killev, 0,
N_("Forcibly shut down all evolution components"), NULL },
#endif
{ "debug", '\0', POPT_ARG_STRING, &evolution_debug_log, 0,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]