From c2e8785c01707e3845328decba6e8429493b3a52 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 3 Jun 2005 09:52:02 +0000 Subject: Fixed to show the attachment bar, when a message is forwarded 2005-06-03 Srinivasa Ragavan * e-msg-composer.c (e_msg_composer_attach): Fixed to show the attachment bar, when a message is forwarded svn path=/trunk/; revision=29453 --- composer/ChangeLog | 5 +++++ composer/e-msg-composer.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/composer/ChangeLog b/composer/ChangeLog index adcc4ecadd..84a0b81ae4 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2005-06-03 Srinivasa Ragavan + + * e-msg-composer.c (e_msg_composer_attach): Fixed to show the + attachment bar, when a message is forwarded + 2005-06-03 Not Zed * e-msg-composer-hdrs.c: hack up so we dont include diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index f0b1a8eecc..190502bcaf 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -4611,6 +4611,9 @@ e_msg_composer_attach (EMsgComposer *composer, CamelMimePart *attachment) bar = E_MSG_COMPOSER_ATTACHMENT_BAR (composer->attachment_bar); e_msg_composer_attachment_bar_attach_mime_part (bar, attachment); + gtk_widget_show (composer->attachment_expander); + gtk_widget_show (composer->attachment_scrolled_window); + } -- cgit v1.2.3