diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-24 00:38:05 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-24 00:38:05 +0800 |
commit | 2e1c9b54391ad02a10443dd142f284e15c2ac538 (patch) | |
tree | b72e3f60be94c86eaf4015c598b7f6c8291656d2 | |
parent | aba12c7f7872706afcbb05e7f089e17fef132d7a (diff) | |
download | gsoc2013-evolution-2e1c9b54391ad02a10443dd142f284e15c2ac538.tar.gz gsoc2013-evolution-2e1c9b54391ad02a10443dd142f284e15c2ac538.tar.zst gsoc2013-evolution-2e1c9b54391ad02a10443dd142f284e15c2ac538.zip |
Clear one more instance of lockdown settings
-rw-r--r-- | modules/mail/em-composer-prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c index 3fbb1da59e..574657806e 100644 --- a/modules/mail/em-composer-prefs.c +++ b/modules/mail/em-composer-prefs.c @@ -535,9 +535,11 @@ em_composer_prefs_construct (EMComposerPrefs *prefs, gtk_container_add (GTK_CONTAINER (container), widget); gtk_widget_show (widget); +#ifndef G_OS_WIN32 e_binding_new_with_negation ( shell_settings, "disable-command-line", widget, "allow-scripts"); +#endif e_binding_new ( signature_tree_view, "selected", |