diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2009-07-23 21:47:45 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2009-07-23 21:47:45 +0800 |
commit | f69c15d69d634a3fb857cc062f91e31055a95863 (patch) | |
tree | 4551a2490c5f0d40320c76d48bac386b028d7e97 /plugins | |
parent | 606f6c15dbfbd7821a5aa92a81d64b318842fe7a (diff) | |
download | gsoc2013-evolution-f69c15d69d634a3fb857cc062f91e31055a95863.tar gsoc2013-evolution-f69c15d69d634a3fb857cc062f91e31055a95863.tar.gz gsoc2013-evolution-f69c15d69d634a3fb857cc062f91e31055a95863.tar.bz2 gsoc2013-evolution-f69c15d69d634a3fb857cc062f91e31055a95863.tar.lz gsoc2013-evolution-f69c15d69d634a3fb857cc062f91e31055a95863.tar.xz gsoc2013-evolution-f69c15d69d634a3fb857cc062f91e31055a95863.tar.zst gsoc2013-evolution-f69c15d69d634a3fb857cc062f91e31055a95863.zip |
Bug #583972 - Resend meeting dialog isn't coming properly.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index 1af407dcd7..b26fa1693d 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -65,6 +65,7 @@ error_DATA = \ org-gnome-shared-folder.error \ org-gnome-proxy.error \ org-gnome-proxy-login.error \ + org-gnome-process-meeting.error \ org-gnome-mail-retract.error errordir = $(privdatadir)/errors @@ -76,6 +77,7 @@ EXTRA_DIST = \ org-gnome-compose-send-options.xml \ org-gnome-groupwise-features.eplug.xml \ org-gnome-shared-folder.error.xml \ + org-gnome-process-meeting.error.xml \ org-gnome-proxy.error.xml \ org-gnome-proxy-login.error.xml \ org-gnome-mail-retract.error.xml |