[nautilus-actions/gnome-2-28] Specify that nautilus-actions-new waits for an URI



commit 29262ebb8918ab76b5b2d0a242a713316cfc9ac7
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Oct 28 19:31:18 2009 +0100

    Specify that nautilus-actions-new waits for an URI

 ChangeLog                        |    3 +++
 src/utils/nautilus-actions-new.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a117ebe..d19e9cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-10-28 Pierre Wieser <pwieser trychlos org>
 
+	* src/utils/nautilus-actions-new.c:
+	Update command-line args to specify an URI.
+
 	* src/common/na-xml-writer.c (na_xml_writer_output_xml):
 	Write XML buffer to stdout when asked for.
 	Update comment.
diff --git a/src/utils/nautilus-actions-new.c b/src/utils/nautilus-actions-new.c
index df40dda..b55cd25 100644
--- a/src/utils/nautilus-actions-new.c
+++ b/src/utils/nautilus-actions-new.c
@@ -82,7 +82,7 @@ static GOptionEntry entries[] = {
 static GOptionEntry output_entries[] = {
 
 	{ "output-gconf"         , 'g', 0, G_OPTION_ARG_NONE        , &output_gconf   , N_("Directly import the newly created action in GConf configuration"), NULL },
-	{ "output-dir"           , 'o', 0, G_OPTION_ARG_FILENAME    , &output_dir     , N_("The folder where to write the new action as a GConf dump output [default: stdout]"), N_("DIR") },
+	{ "output-dir"           , 'o', 0, G_OPTION_ARG_FILENAME    , &output_dir     , N_("The URI of the folder where to write the new action as a GConf dump output [default: stdout]"), N_("URI") },
 	{ NULL }
 };
 



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