[evolution] Disabling Gnome schemas for windows



commit 7472c99b1972c32358091143dc1a07f6ff10a242
Author: Fridrich Strba <fridrich strba bluewin ch>
Date:   Mon Mar 15 14:41:56 2010 +0100

    Disabling Gnome schemas for windows

 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 8dbf8a5..00c1e4a 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 ***/
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]