aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-view-private.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-07-26 18:24:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-07-26 19:40:48 +0800
commit9279429501af7858716b0e317810a264192bb763 (patch)
treebbf44b7036dc7a895e185eabf325380432f17eff /modules/mail/e-mail-shell-view-private.c
parent81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef (diff)
downloadgsoc2013-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/e-mail-shell-view-private.c')
-rw-r--r--modules/mail/e-mail-shell-view-private.c6
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. */