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 /mail/e-mail-backend.c | |
parent | 81e5428a59194dd38cf2a07b2d3f9b4b6f81f6ef (diff) | |
download | gsoc2013-evolution-9279429501af7858716b0e317810a264192bb763.tar.gz 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 'mail/e-mail-backend.c')
-rw-r--r-- | mail/e-mail-backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/e-mail-backend.c b/mail/e-mail-backend.c index b2e22e397d..4d2038a73c 100644 --- a/mail/e-mail-backend.c +++ b/mail/e-mail-backend.c @@ -374,7 +374,6 @@ mail_backend_constructed (GObject *object) EShell *shell; EShellBackend *shell_backend; MailFolderCache *folder_cache; - const gchar *data_dir; shell_backend = E_SHELL_BACKEND (object); shell = e_shell_backend_get_shell (shell_backend); |