aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-08-16 02:42:21 +0800
committerMilan Crha <mcrha@redhat.com>2011-08-16 02:42:21 +0800
commit4296c1b0c5c1a011ad3751280eeead92a045c635 (patch)
tree394985efc4da128a7cc15615f551f8480420aa34 /modules/mail
parent2ffc7c943350675d9ee5f6862cb97aa87f0093e4 (diff)
downloadgsoc2013-evolution-4296c1b0c5c1a011ad3751280eeead92a045c635.tar
gsoc2013-evolution-4296c1b0c5c1a011ad3751280eeead92a045c635.tar.gz
gsoc2013-evolution-4296c1b0c5c1a011ad3751280eeead92a045c635.tar.bz2
gsoc2013-evolution-4296c1b0c5c1a011ad3751280eeead92a045c635.tar.lz
gsoc2013-evolution-4296c1b0c5c1a011ad3751280eeead92a045c635.tar.xz
gsoc2013-evolution-4296c1b0c5c1a011ad3751280eeead92a045c635.tar.zst
gsoc2013-evolution-4296c1b0c5c1a011ad3751280eeead92a045c635.zip
Bug #655254 - Cropped Junk settings text
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/em-mailer-prefs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/mail/em-mailer-prefs.c b/modules/mail/em-mailer-prefs.c
index 62d9377bc1..6d7322803b 100644
--- a/modules/mail/em-mailer-prefs.c
+++ b/modules/mail/em-mailer-prefs.c
@@ -1054,12 +1054,11 @@ em_mailer_prefs_construct (EMMailerPrefs *prefs,
G_BINDING_SYNC_CREATE);
widget = e_builder_get_widget (prefs->builder, "junk_empty_combobox");
+ emmp_empty_junk_init (prefs, GTK_COMBO_BOX (widget));
g_object_bind_property (
shell_settings, "mail-empty-junk-on-exit",
widget, "sensitive",
- G_BINDING_BIDIRECTIONAL |
G_BINDING_SYNC_CREATE);
- emmp_empty_junk_init (prefs, GTK_COMBO_BOX (widget));
widget = e_builder_get_widget (prefs->builder, "junk-module-options");
e_mail_junk_options_set_session (E_MAIL_JUNK_OPTIONS (widget), session);