diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-14 01:57:46 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-14 01:57:46 +0800 |
commit | 79aa45cfed7e87150de85869795ef0dd3be06db0 (patch) | |
tree | 422b9e6c3840747ffb243d596d4459514ec3a457 /ui/Makefile.am | |
parent | 1bed00795bf092ad6e9e076eccf7cc2a8c20cb27 (diff) | |
download | gsoc2013-evolution-79aa45cfed7e87150de85869795ef0dd3be06db0.tar.gz gsoc2013-evolution-79aa45cfed7e87150de85869795ef0dd3be06db0.tar.zst gsoc2013-evolution-79aa45cfed7e87150de85869795ef0dd3be06db0.zip |
Progress update:
- Calendar is kind of a mess at the moment. Doesn't compile.
- Roughed in the Mail module, including all the actions.
That _does_ compile. Runs, even.
svn path=/branches/kill-bonobo/; revision=36611
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index fb02f4f427..a794a869fb 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -8,6 +8,7 @@ XML_FILES = \ UI_FILES = \ evolution-calendars.ui \ evolution-contacts.ui \ + evolution-mail.ui \ evolution-memos.ui \ evolution-shell.ui \ evolution-tasks.ui |