From a6de7fa6b8253eb4149c57f2807786dc46a6d8a7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 26 Sep 2011 12:26:59 +0200 Subject: Bug #659828 - Selecting a message with a sound attached loses focus --- mail/em-format-html-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index dcaafed57d..de165073ce 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1208,7 +1208,7 @@ efhd_attachment_button (EMFormatHTML *efh, /* If the button is created, then give it focus after * it is realized, so that user can use arrow keys to scroll * message */ - if (efhd->priv->attachment_expanded || e_attachment_button_get_expanded (E_ATTACHMENT_BUTTON (widget))) { + if (efhd->priv->attachment_expanded) { g_signal_connect ( widget, "realize", G_CALLBACK (attachment_button_realized), NULL); -- cgit v1.2.3