From 1afbba4a8b49c9911337f42d040608a8e35e6577 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 12 Feb 2011 13:40:33 -0500 Subject: 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. --- modules/mail/em-composer-prefs.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/mail') diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c index 0c28c24297..3added6de1 100644 --- a/modules/mail/em-composer-prefs.c +++ b/modules/mail/em-composer-prefs.c @@ -563,12 +563,16 @@ em_composer_prefs_construct (EMComposerPrefs *prefs, widget, "prefer-html", G_BINDING_SYNC_CREATE); +#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 g_object_bind_property ( shell_settings, "disable-command-line", widget, "allow-scripts", G_BINDING_SYNC_CREATE | G_BINDING_INVERT_BOOLEAN); +#endif #endif signature_tree_view = e_signature_manager_get_tree_view ( @@ -580,12 +584,16 @@ em_composer_prefs_construct (EMComposerPrefs *prefs, gtk_container_add (GTK_CONTAINER (container), widget); gtk_widget_show (widget); +#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 g_object_bind_property ( shell_settings, "disable-command-line", widget, "allow-scripts", G_BINDING_SYNC_CREATE | G_BINDING_INVERT_BOOLEAN); +#endif #endif g_object_bind_property ( -- cgit v1.2.3