diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-03 05:12:13 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-04-03 05:12:13 +0800 |
commit | da68ab65008bff803a3ea7940fa861c7cb055d08 (patch) | |
tree | 5096b9df6c8f0f40ef5d7775644df68b06e78ba8 /mail/Makefile.am | |
parent | 3a6dd7931ed7787b49a574ebe69eba5f46289fff (diff) | |
download | gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar.gz gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.tar.zst gsoc2013-evolution-da68ab65008bff803a3ea7940fa861c7cb055d08.zip |
Split the attachment button into a separate widget that integrates with
EAttachmentView and EAttachmentStore. Clicking the button works, but I
still have to finish the pop-up menu and drag-and-drop.
Kill e-util/e-gui-utils.c:
e_icon_for_mime_type() replaced by g_content_type_get_icon()
svn path=/branches/kill-bonobo/; revision=37491
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 8039bfe52d..82fdf04096 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -39,6 +39,8 @@ libevolution_module_mail_la_SOURCES = \ e-attachment-handler-mail.h \ e-mail-attachment-bar.c \ e-mail-attachment-bar.h \ + e-mail-attachment-button.c \ + e-mail-attachment-button.h \ e-mail-browser.c \ e-mail-browser.h \ e-mail-display.c \ |