summaryrefslogtreecommitdiff
path: root/src/gpm-common.h
diff options
context:
space:
mode:
authorBrent Hull <[email protected]>2012-11-03 00:08:46 -0400
committerBrent Hull <[email protected]>2012-11-03 00:08:46 -0400
commitb8964a21a6822f9f09215160503377746ea36995 (patch)
tree21bf2370e00473733c6a922a67125c80ddc0f677 /src/gpm-common.h
parent7c7b09026bde3ffd1ce886fd545e7bfa1e59aec7 (diff)
downloadmate-power-manager-b8964a21a6822f9f09215160503377746ea36995.tar.bz2
mate-power-manager-b8964a21a6822f9f09215160503377746ea36995.tar.xz
Migrate screensaver lock setting to Gsettings
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,