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:

committed by
Srinivasa Ragavan

parent
c19b2aef4b
commit
c2e8785c01
@ -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
|
||||
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user