summaryrefslogtreecommitdiff
path: root/src/gpm-common.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-11-03 16:02:16 -0700
committerStefano Karapetsas <[email protected]>2012-11-03 16:02:16 -0700
commit7fa7c26dce5c987539f70b323ae1ff9d40752b0b (patch)
tree1c65328c003c3a022d4c2c6aabb568b2252e6ca6 /src/gpm-common.h
parent7c7b09026bde3ffd1ce886fd545e7bfa1e59aec7 (diff)
parent70aeb9c75a5eff23c16d6ce189e770dc22e8ff89 (diff)
downloadmate-power-manager-7fa7c26dce5c987539f70b323ae1ff9d40752b0b.tar.bz2
mate-power-manager-7fa7c26dce5c987539f70b323ae1ff9d40752b0b.tar.xz
Merge pull request #20 from bhull2010/master
Migrate screensaver setting to Gsettings and update panel requirements
Diffstat (limited to 'src/gpm-common.h')
-rw-r--r--src/gpm-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpm-common.h b/src/gpm-common.h
index 5cb0696..48bb89d 100644
--- a/src/gpm-common.h
+++ b/src/gpm-common.h
@@ -127,8 +127,8 @@ G_BEGIN_DECLS
#define GPM_SETTINGS_INFO_LAST_DEVICE "info-last-device"
/* mate-screensaver */
-#define GS_CONF_DIR "/apps/mate-screensaver"
-#define GS_CONF_PREF_LOCK_ENABLED GS_CONF_DIR "/lock_enabled"
+#define GS_SETTINGS_SCHEMA "org.mate.screensaver"
+#define GS_SETTINGS_PREF_LOCK_ENABLED "lock-enabled"
typedef enum {
GPM_ICON_POLICY_ALWAYS,