diff options
author | Ted Gould <ted@gould.cx> | 2011-08-19 15:09:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-08-19 15:09:11 -0500 |
commit | 09514f45d0ab63579ce97faf07cbc0a79e981465 (patch) | |
tree | 2b44841967391b2727c719d5b4fde78427b37dcf | |
parent | 4ee9a5748d7d69f3194325a9f020d1fc50bfb22b (diff) | |
download | ayatana-indicator-session-09514f45d0ab63579ce97faf07cbc0a79e981465.tar.gz ayatana-indicator-session-09514f45d0ab63579ce97faf07cbc0a79e981465.tar.bz2 ayatana-indicator-session-09514f45d0ab63579ce97faf07cbc0a79e981465.zip |
Using the right schema
-rw-r--r-- | src/user-menu-mgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user-menu-mgr.c b/src/user-menu-mgr.c index 718380c..30ea0ff 100644 --- a/src/user-menu-mgr.c +++ b/src/user-menu-mgr.c @@ -376,7 +376,7 @@ static void ensure_settings_client () { if(!settings) { - settings = g_settings_new (SESSION_SCHEMA); + settings = g_settings_new (LOCKDOWN_SCHEMA); } return; } |