diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-02-13 02:40:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-02-13 02:40:33 +0800 |
commit | 1afbba4a8b49c9911337f42d040608a8e35e6577 (patch) | |
tree | 40639ca43ec38615a49c7242dc9d238e9fa048d0 /shell/e-shell.c | |
parent | 7a1677520d439aee68c5ab0268a951d0b411e3a0 (diff) | |
download | gsoc2013-evolution-1afbba4a8b49c9911337f42d040608a8e35e6577.tar.gz gsoc2013-evolution-1afbba4a8b49c9911337f42d040608a8e35e6577.tar.zst gsoc2013-evolution-1afbba4a8b49c9911337f42d040608a8e35e6577.zip |
Bug 642171 - Implicit libgnome dependency for lockdown GConf keys
Lockdown keys have moved to gsettings-desktop-schemas, so disable
lockdown integration until we're ready for GSettings.
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 82ccf6df9e..6e37e7e533 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1213,6 +1213,9 @@ e_shell_init (EShell *shell) "start-offline", "/apps/evolution/shell/start_offline"); +#if 0 /* XXX Lockdown keys have moved to gsettings-desktop-schemas, + * so disable lockdown integration until we're ready for + * GSettings. */ #ifndef G_OS_WIN32 e_shell_settings_install_property_for_key ( "disable-application-handlers", @@ -1234,6 +1237,7 @@ e_shell_init (EShell *shell) "disable-save-to-disk", "/desktop/gnome/lockdown/disable_save_to_disk"); #endif /* G_OS_WIN32 */ +#endif /*** Session Management ***/ |