[nautilus-actions] Specify that nautilus-actions-new waits for an URI
- From: Pierre Wieser <pwieser src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Specify that nautilus-actions-new waits for an URI
- Date: Wed, 28 Oct 2009 23:59:32 +0000 (UTC)
commit 2ea048dde6eb39defccd119a07b64d03cb041eef
Author: Pierre Wieser <pwieser trychlos org>
Date: Wed Oct 28 20:11:55 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 99c3179..bbb9b9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-10-28 Pierre Wieser <pwieser trychlos org>
+ * src/utils/nautilus-actions-new.c:
+ Specify that the output directory must be specified as an URI.
+
* src/common/na-utils.c:
* src/common/na-utils.h:
* src/utils/console-utils.c:
diff --git a/src/utils/nautilus-actions-new.c b/src/utils/nautilus-actions-new.c
index 7894c08..63c05a8 100644
--- a/src/utils/nautilus-actions-new.c
+++ b/src/utils/nautilus-actions-new.c
@@ -118,7 +118,7 @@ static GOptionEntry output_entries[] = {
{ "output-gconf" , 'g', 0, G_OPTION_ARG_NONE , &output_gconf,
N_( "Store the newly created action as a 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" ) },
+ 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]