[nautilus-actions] NAIContextFactory: fix mimetype and scheme default values
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] NAIContextFactory: fix mimetype and scheme default values
- Date: Fri, 9 Dec 2011 09:20:34 +0000 (UTC)
commit 85792217912b3588ea1249c3888cc050e0cadb00
Author: Pierre Wieser <pwieser trychlos org>
Date: Fri Dec 9 09:19:26 2011 +0100
NAIContextFactory: fix mimetype and scheme default values
ChangeLog | 2 ++
src/core/na-icontext-factory.c | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0f62496..82731df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-12-09 Pierre Wieser <pwieser trychlos org>
+ * src/core/na-icontext-factory.c: Fix mimetypes and schemes default values.
+
* src/core/na-icontext.c (is_compatible_scheme): Fix scheme test.
2011-12-06 Pierre Wieser <pwieser trychlos org>
diff --git a/src/core/na-icontext-factory.c b/src/core/na-icontext-factory.c
index 1ce9965..69174d5 100644
--- a/src/core/na-icontext-factory.c
+++ b/src/core/na-icontext-factory.c
@@ -115,7 +115,7 @@ NADataDef data_def_conditions [] = {
"This obviously only applies when there is a selection.\n" \
"Defaults to '*/*'." ),
NA_DATA_TYPE_STRING_LIST,
- "*/*",
+ "*",
FALSE,
TRUE,
TRUE,
@@ -284,7 +284,7 @@ NADataDef data_def_conditions [] = {
"or when targeting the special 'x-nautilus-desktop' scheme.\n" \
"Defaults to 'file'." ),
NA_DATA_TYPE_STRING_LIST,
- "file",
+ "*",
FALSE,
TRUE,
TRUE,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]