From 9279429501af7858716b0e317810a264192bb763 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 26 Jul 2010 06:24:59 -0400 Subject: 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. --- modules/mail/e-mail-shell-view-private.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'modules/mail/e-mail-shell-view-private.c') 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. */ -- cgit