diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-15 21:41:56 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-15 21:41:56 +0800 |
commit | 7472c99b1972c32358091143dc1a07f6ff10a242 (patch) | |
tree | 2b301595847f5cd0d886dd3aefaf6b7b5e7d54c7 /shell | |
parent | 81bdbe992b84097843561d2c76084f506503bba8 (diff) | |
download | gsoc2013-evolution-7472c99b1972c32358091143dc1a07f6ff10a242.tar.gz gsoc2013-evolution-7472c99b1972c32358091143dc1a07f6ff10a242.tar.zst gsoc2013-evolution-7472c99b1972c32358091143dc1a07f6ff10a242.zip |
Disabling Gnome schemas for windows
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 8dbf8a5f84..00c1e4a7a7 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1108,6 +1108,7 @@ shell_init (EShell *shell) "start-offline", "/apps/evolution/shell/start_offline"); +#ifndef G_OS_WIN32 e_shell_settings_install_property_for_key ( "disable-application-handlers", "/desktop/gnome/lockdown/disable_application_handlers"); @@ -1127,6 +1128,7 @@ shell_init (EShell *shell) e_shell_settings_install_property_for_key ( "disable-save-to-disk", "/desktop/gnome/lockdown/disable_save_to_disk"); +#endif /* G_OS_WIN32 */ /*** Session Management ***/ |