diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-28 16:45:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-28 16:45:06 +0800 |
commit | f43bc7ed11621ab41bbae861c81d4ddb8b5bb0ab (patch) | |
tree | d9df6864d5ca1d7ec1d900129980b79d51c5b676 /widgets/misc/Makefile.am | |
parent | 0d2d45cf9ed4f66b2bda719985c9cf9c3ad2c3d1 (diff) | |
download | gsoc2013-evolution-f43bc7ed11621ab41bbae861c81d4ddb8b5bb0ab.tar.gz gsoc2013-evolution-f43bc7ed11621ab41bbae861c81d4ddb8b5bb0ab.tar.zst gsoc2013-evolution-f43bc7ed11621ab41bbae861c81d4ddb8b5bb0ab.zip |
Add a menu to the Forward toolbar button.
Allows users to choose different mail forwarding methods without
navigating the main menu. Suggested by Ng Oon-Ee on evolution-list.
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index bf6291a0b2..d98acf3c2a 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -55,6 +55,7 @@ widgetsinclude_HEADERS = \ e-image-chooser.h \ e-import-assistant.h \ e-map.h \ + e-menu-tool-action.h \ e-menu-tool-button.h \ e-online-button.h \ e-paned.h \ @@ -133,6 +134,7 @@ libemiscwidgets_la_SOURCES = \ e-image-chooser.c \ e-import-assistant.c \ e-map.c \ + e-menu-tool-action.c \ e-menu-tool-button.c \ e-online-button.c \ e-paned.c \ |