aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer-select-file.c
diff options
context:
space:
mode:
authorPhilip Van Hoof <pvanhoof@gnome.org>2005-10-19 18:54:27 +0800
committerPhilip Van Hoof <pvanhoof@src.gnome.org>2005-10-19 18:54:27 +0800
commit656934c7ff7c7831c70858986f4b350c54fc461e (patch)
treef55e86d5e521c176d106db5ff435c2e6ae0818f1 /composer/e-msg-composer-select-file.c
parent722114449fa53241b844fb2b8e748ef915695ac3 (diff)
downloadgsoc2013-evolution-656934c7ff7c7831c70858986f4b350c54fc461e.tar
gsoc2013-evolution-656934c7ff7c7831c70858986f4b350c54fc461e.tar.gz
gsoc2013-evolution-656934c7ff7c7831c70858986f4b350c54fc461e.tar.bz2
gsoc2013-evolution-656934c7ff7c7831c70858986f4b350c54fc461e.tar.lz
gsoc2013-evolution-656934c7ff7c7831c70858986f4b350c54fc461e.tar.xz
gsoc2013-evolution-656934c7ff7c7831c70858986f4b350c54fc461e.tar.zst
gsoc2013-evolution-656934c7ff7c7831c70858986f4b350c54fc461e.zip
composer/e-msg-composer-select-file.c, composer/e-msg-composer.c,
2005-10-19 Philip Van Hoof <pvanhoof@gnome.org> composer/e-msg-composer-select-file.c, composer/e-msg-composer.c, composer/e-msg-composer.h, composer/evolution-composer.c, composer/listener.c, mail/em-composer-utils.c, plugins/mailing-list-actions/mailing-list-actions.c: data hiding svn path=/trunk/; revision=30532
Diffstat (limited to 'composer/e-msg-composer-select-file.c')
-rw-r--r--composer/e-msg-composer-select-file.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/composer/e-msg-composer-select-file.c b/composer/e-msg-composer-select-file.c
index 3f46abd160..a6b7c284b8 100644
--- a/composer/e-msg-composer-select-file.c
+++ b/composer/e-msg-composer-select-file.c
@@ -219,10 +219,8 @@ select_attach_response(GtkWidget *selector, guint response, struct _EMsgComposer
func(composer, names, gtk_toggle_button_get_active(showinline));
- if (e_attachment_bar_get_num_attachments(E_ATTACHMENT_BAR(composer->attachment_bar))) {
- gtk_widget_show (composer->attachment_expander);
- gtk_widget_show (composer->attachment_scrolled_window);
- }
+ e_msg_composer_show_attachments_ui (composer);
+
g_slist_foreach(names, (GFunc)g_free, NULL);
g_slist_free(names);