[evolution] Bug #680724 - Attachment bar regression



commit a661dfebc6e3c5daeb7cf9bf3492eae989c4f590
Author: Dan VrÃtil <dvratil redhat com>
Date:   Wed Aug 8 14:00:18 2012 +0200

    Bug #680724 - Attachment bar regression

 mail/e-mail-display.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/mail/e-mail-display.c b/mail/e-mail-display.c
index a80ece6..ac98b06 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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]