From e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 14 Feb 2002 21:38:40 +0000 Subject: Default the from-account to the source account. If that fails, then guess 2002-02-14 Jeffrey Stedfast * 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 --- mail/mail-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-display.c') 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); -- cgit