From a661dfebc6e3c5daeb7cf9bf3492eae989c4f590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 8 Aug 2012 14:00:18 +0200 Subject: Bug #680724 - Attachment bar regression --- mail/e-mail-display.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mail') diff --git a/mail/e-mail-display.c b/mail/e-mail-display.c index a80ece630c..ac98b06e5a 100644 --- a/mail/e-mail-display.c +++ b/mail/e-mail-display.c @@ -648,12 +648,6 @@ mail_display_plugin_widget_resize (GObject *object, return; } - /* For attachment bar, we need to ask for height it's parent, - * GtkBox, because EAttachmentBar itself lies about it's real height. */ - if (E_IS_ATTACHMENT_BAR (widget)) { - widget = gtk_widget_get_parent (widget); - } - gtk_widget_get_preferred_height (widget, &height, NULL); /* Int -> Str */ -- cgit v1.2.3