summaryrefslogtreecommitdiff
path: root/mate-panel/panel-lockdown.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-04 21:37:57 +0100
committerinfirit <[email protected]>2014-11-04 21:56:00 +0100
commitd16d491d2fbe94e3c0711c9b5282734e0f26d33f (patch)
treecead0504408e403b9fbe039f4eb668fce87315c7 /mate-panel/panel-lockdown.c
parentfe814c53964746c20e9c113ff9dcbfc6a9634f0e (diff)
downloadmate-panel-d16d491d2fbe94e3c0711c9b5282734e0f26d33f.tar.bz2
mate-panel-d16d491d2fbe94e3c0711c9b5282734e0f26d33f.tar.xz
lockdown: move disable-lock-down key to lockdown schema
In order to use it in other parts of MATE.
Diffstat (limited to 'mate-panel/panel-lockdown.c')
-rw-r--r--mate-panel/panel-lockdown.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-lockdown.c b/mate-panel/panel-lockdown.c
index ae1c87e0..212f66f5 100644
--- a/mate-panel/panel-lockdown.c
+++ b/mate-panel/panel-lockdown.c
@@ -179,8 +179,8 @@ panel_lockdown_init (void)
panel_lockdown.disable_log_out =
panel_lockdown_load_bool (&panel_lockdown,
- panel_lockdown.panel_settings,
- PANEL_DISABLE_LOG_OUT_KEY,
+ panel_lockdown.lockdown_settings,
+ LOCKDOWN_DISABLE_LOG_OUT_KEY,
G_CALLBACK (disable_log_out_notify));
panel_lockdown.disable_force_quit =