From 291331936c5f0312be27bc8b018b866c95c05984 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 26 Oct 2001 21:29:16 +0000 Subject: Work around something that we think is a GtkHTML bug, where sometimes the * folder-browser.c (etree_key): Work around something that we think is a GtkHTML bug, where sometimes the adjustments have slightly bogus values and scrolling ends up working backwards. (Ximian 4939) * mail-display.c (do_signature, do_attachment_header): Set the icon to be 24x24 here so that (assuming it's not a thumbnail), no resizes will have to be queued later. (There's still a bug with the text to the left of the button being drawn twice for some reason though.) * mail-callbacks.c (delete_msg): Fix a bug here that makes deleting multiple messages cause a gratuitous message body fetch. (Ximian 12355) svn path=/trunk/; revision=14172 --- mail/mail-callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-callbacks.c') diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index e5f3749029..e78e288c4e 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -1929,7 +1929,7 @@ delete_msg (GtkWidget *button, gpointer user_data) CAMEL_MESSAGE_DELETED | CAMEL_MESSAGE_SEEN); /* Select the next message if we are only deleting one message */ - if (deleted) { + if (deleted == 1) { row = e_tree_row_of_node (fb->message_list->tree, e_tree_get_cursor (fb->message_list->tree)); -- cgit v1.2.3