[gnome-settings-daemon] smartcard: Fix removal action key name



commit abecbb4eaf6584d3d6d68e275b632f73e2d08d11
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Oct 11 13:55:04 2010 +0100

    smartcard: Fix removal action key name

 plugins/smartcard/gsd-smartcard-plugin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/smartcard/gsd-smartcard-plugin.c b/plugins/smartcard/gsd-smartcard-plugin.c
index 1beda23..4ac3d51 100644
--- a/plugins/smartcard/gsd-smartcard-plugin.c
+++ b/plugins/smartcard/gsd-smartcard-plugin.c
@@ -56,7 +56,7 @@ typedef enum
 #define SM_DBUS_INTERFACE "org.gnome.SessionManager"
 #define SM_LOGOUT_MODE_FORCE 2
 
-#define KEY_REMOVE_ACTION "removal_action"
+#define KEY_REMOVE_ACTION "removal-action"
 
 #define GSD_SMARTCARD_PLUGIN_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), GSD_TYPE_SMARTCARD_PLUGIN, GsdSmartcardPluginPrivate))
 



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