diff options
author | Milan Crha <mcrha@redhat.com> | 2009-04-27 17:34:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-04-28 20:04:23 +0800 |
commit | 3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e (patch) | |
tree | bbf9c71f4e335de9c46848078143e63710d627c3 /plugins/groupwise-features | |
parent | 27def41a24a01da596f585bc826e1c4fff7e1941 (diff) | |
download | gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.gz gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.bz2 gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.lz gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.xz gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.tar.zst gsoc2013-evolution-3e2ea94186a231bfdd2f3cb33085b8442a7b6b1e.zip |
Define .error files correctly and external-editor crash fix
** Fix for bug #561188
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 15 | ||||
-rw-r--r-- | plugins/groupwise-features/Makefile.am | 17 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-mail-retract.error.xml (renamed from plugins/groupwise-features/org-gnome-mail-retract-errors.xml) | 0 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-proxy-login.error.xml (renamed from plugins/groupwise-features/org-gnome-proxy-login-errors.xml) | 0 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-proxy.error.xml (renamed from plugins/groupwise-features/org-gnome-proxy-errors.xml) | 0 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-shared-folder.error.xml (renamed from plugins/groupwise-features/org-gnome-shared-folder.errors.xml) | 0 |
6 files changed, 24 insertions, 8 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 2afaec6080..085b62155c 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,18 @@ +2009-04-27 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #561188 + + * Makefile.am: + * org-gnome-proxy-login-errors.xml: Renamed to: + * org-gnome-proxy-login.error.xml: + * org-gnome-mail-retract-errors.xml: Renamed to: + * org-gnome-mail-retract.error.xml: + * org-gnome-shared-folder.errors.xml: Renamed to: + * org-gnome-shared-folder.error.xml: + * org-gnome-proxy-errors.xml: Renamed to: + * org-gnome-proxy.error.xml: + Create .error files properly. + 2009-01-21 Suman Manjunath <msuman@novell.com> ** Fix for bug #541209 diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index 3ece8b0569..d18a7c87f4 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -62,22 +62,23 @@ glade_DATA = \ proxy-listing.glade \ proxy-login-dialog.glade -error_DATA = \ - org-gnome-shared-folder.errors.xml \ - org-gnome-proxy-errors.xml \ - org-gnome-proxy-login-errors.xml \ - org-gnome-mail-retract-errors.xml +error_DATA = \ + org-gnome-shared-folder.error \ + org-gnome-proxy.error \ + org-gnome-proxy-login.error \ + org-gnome-mail-retract.error errordir = $(privdatadir)/errors BUILT_SOURCES = org-gnome-groupwise-features.eplug $(error_i18n) EXTRA_DIST = \ - $(error_DATA) \ $(glade_DATA) \ org-gnome-compose-send-options.xml \ org-gnome-groupwise-features.eplug.xml \ - org-gnome-proxy-login-errors.xml \ - org-gnome-mail-retract-errors.xml + org-gnome-shared-folder.error.xml \ + org-gnome-proxy.error.xml \ + org-gnome-proxy-login.error.xml \ + org-gnome-mail-retract.error.xml CLEANFILES = $(BUILT_SOURCES) diff --git a/plugins/groupwise-features/org-gnome-mail-retract-errors.xml b/plugins/groupwise-features/org-gnome-mail-retract.error.xml index 64e2ce2f1e..64e2ce2f1e 100644 --- a/plugins/groupwise-features/org-gnome-mail-retract-errors.xml +++ b/plugins/groupwise-features/org-gnome-mail-retract.error.xml diff --git a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml b/plugins/groupwise-features/org-gnome-proxy-login.error.xml index fccddfd6c6..fccddfd6c6 100644 --- a/plugins/groupwise-features/org-gnome-proxy-login-errors.xml +++ b/plugins/groupwise-features/org-gnome-proxy-login.error.xml diff --git a/plugins/groupwise-features/org-gnome-proxy-errors.xml b/plugins/groupwise-features/org-gnome-proxy.error.xml index dad6fbe8f1..dad6fbe8f1 100644 --- a/plugins/groupwise-features/org-gnome-proxy-errors.xml +++ b/plugins/groupwise-features/org-gnome-proxy.error.xml diff --git a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml b/plugins/groupwise-features/org-gnome-shared-folder.error.xml index ca63ad80aa..ca63ad80aa 100644 --- a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml +++ b/plugins/groupwise-features/org-gnome-shared-folder.error.xml |