diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-08-08 20:00:18 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-08-08 20:00:18 +0800 |
commit | a661dfebc6e3c5daeb7cf9bf3492eae989c4f590 (patch) | |
tree | d5ec650a19c8a37c6e457c07095919a6beab91b6 /mail | |
parent | 83c97e53c0be962d2db12d09b6e1a8bf91fcd93e (diff) | |
download | gsoc2013-evolution-a661dfebc6e3c5daeb7cf9bf3492eae989c4f590.tar.gz gsoc2013-evolution-a661dfebc6e3c5daeb7cf9bf3492eae989c4f590.tar.zst gsoc2013-evolution-a661dfebc6e3c5daeb7cf9bf3492eae989c4f590.zip |
Bug #680724 - Attachment bar regression
Diffstat (limited to 'mail')
-rw-r--r-- | 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 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 */ |