Fixed to show the attachment bar, when a message is forwarded

2005-06-03  Srinivasa Ragavan <sragavan@novell.com>

	* e-msg-composer.c (e_msg_composer_attach): Fixed to show the
	attachment bar, when a message is forwarded

svn path=/trunk/; revision=29453
This commit is contained in:
Srinivasa Ragavan
2005-06-03 09:52:02 +00:00
committed by Srinivasa Ragavan
parent c19b2aef4b
commit c2e8785c01
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-06-03 Srinivasa Ragavan <sragavan@novell.com>
* e-msg-composer.c (e_msg_composer_attach): Fixed to show the
attachment bar, when a message is forwarded
2005-06-03 Not Zed <NotZed@Ximian.com>
* e-msg-composer-hdrs.c: hack up so we dont include

View File

@ -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);
}