[nautilus-actions] Set back action (resp. menu) Type to Action (resp. Menu)
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Set back action (resp. menu) Type to Action (resp. Menu)
- Date: Wed, 14 Apr 2010 20:15:22 +0000 (UTC)
commit f80cd374f3f40f5f9a87c3a427aebeff6ee9805b
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Apr 1 20:13:12 2010 +0200
Set back action (resp. menu) Type to Action (resp. Menu)
Cf. DES-EMA v 0.11 draft.
ChangeLog | 3 +++
TODO | 2 +-
src/io-desktop/nadp-keys.h | 4 ++--
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 35e3b9f..59b2d65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -123,6 +123,9 @@
(nadp_desktop_file_get_file_type):
Do not emit a warning if Type is not found in the .desktop file.
+ * src/io-desktop/nadp-keys.h:
+ Set back action (resp. menu) Type to Action (resp. Menu).
+
* src/io-desktop/nadp-desktop-file.c (check_key_file):
Only write a debug message if file is hidden.
diff --git a/TODO b/TODO
index a25f484..f082237 100644
--- a/TODO
+++ b/TODO
@@ -93,7 +93,7 @@
- Implement:
Description
- SuggestedShortcut
+ SuggestedShortcut (see gnome-keybinding-properties)
Path
ExecutionMode
StartupNotify
diff --git a/src/io-desktop/nadp-keys.h b/src/io-desktop/nadp-keys.h
index 7b72003..5130800 100644
--- a/src/io-desktop/nadp-keys.h
+++ b/src/io-desktop/nadp-keys.h
@@ -39,8 +39,8 @@ G_BEGIN_DECLS
#define NADP_GROUP_PROFILE "X-Action-Profile"
#define NADP_KEY_TYPE G_KEY_FILE_DESKTOP_KEY_TYPE
-#define NADP_VALUE_TYPE_ACTION "ExtensionAction"
-#define NADP_VALUE_TYPE_MENU "ExtensionMenu"
+#define NADP_VALUE_TYPE_ACTION "Action"
+#define NADP_VALUE_TYPE_MENU "Menu"
#define NADP_KEY_PROFILES "Profiles"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]