aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-display.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-15 05:38:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-15 05:38:40 +0800
commite2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019 (patch)
treea2b385f11a3e8dbdb3fb539dea9496cb2f11cc52 /mail/mail-display.c
parent24b63477d15ebd6bdc2cd47d3f63fb58c50b07cf (diff)
downloadgsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.gz
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.bz2
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.lz
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.xz
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.zst
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.zip
Default the from-account to the source account. If that fails, then guess
2002-02-14 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): Default the from-account to the source account. If that fails, then guess the from-account based on the recipients. Fixes bug #20479. svn path=/trunk/; revision=15728
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r--mail/mail-display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c
index 580cde5183..f88c3b8924 100644
--- a/mail/mail-display.c
+++ b/mail/mail-display.c
@@ -596,7 +596,7 @@ pixbuf_gen_idle (struct _PixbufLoader *pbl)
pixbuf = gdk_pixbuf_new_from_file (EVOLUTION_ICONSDIR "/pgp-signature-nokey.png");
} else
pixbuf = gdk_pixbuf_loader_get_pixbuf (pbl->loader);
-
+
width = gdk_pixbuf_get_width (pixbuf);
height = gdk_pixbuf_get_height (pixbuf);