diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 18:24:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-07-26 19:40:48 +0800 |
commit | 9279429501af7858716b0e317810a264192bb763 (patch) | |
tree | bbf44b7036dc7a895e185eabf325380432f17eff /modules/mail | |
parent | 81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef (diff) | |
download | gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.tar gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.tar.gz gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.tar.bz2 gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.tar.lz gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.tar.xz gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.tar.zst gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.zip |
Drop the "quote-from-selection" property.
David's solution is simpler: check if the HTML widget is mapped.
Avoids having to propagate the property to Srini's new classes.
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/e-mail-shell-view-private.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/mail/e-mail-shell-view-private.c b/modules/mail/e-mail-shell-view-private.c index c34a20526f..75a272ec73 100644 --- a/modules/mail/e-mail-shell-view-private.c +++ b/modules/mail/e-mail-shell-view-private.c @@ -634,12 +634,6 @@ e_mail_shell_view_private_constructed (EMailShellView *mail_shell_view) e_mail_shell_view_actions_init (mail_shell_view); e_mail_shell_view_update_search_filter (mail_shell_view); - /* When replying, only quote from selected - * text if the message preview is visible. */ - e_binding_new ( - reader, "preview-visible", - reader, "quote-from-selection"); - /* Populate built-in rules for search entry popup menu. * Keep the assertions, please. If the conditions aren't * met we're going to crash anyway, just more mysteriously. */ |