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/face | |
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/face')
-rw-r--r-- | plugins/face/ChangeLog | 8 | ||||
-rw-r--r-- | plugins/face/Makefile.am | 6 | ||||
-rw-r--r-- | plugins/face/org-gnome-face.error.xml (renamed from plugins/face/org-gnome-face.errors.xml) | 0 |
3 files changed, 11 insertions, 3 deletions
diff --git a/plugins/face/ChangeLog b/plugins/face/ChangeLog index 81bb76d3cb..7737ac777e 100644 --- a/plugins/face/ChangeLog +++ b/plugins/face/ChangeLog @@ -1,3 +1,11 @@ +2009-04-27 Milan Crha <mcrha@redhat.com> + + ** Part of fix for bug #561188 + + * Makefile.am: + * org-gnome-face.errors.xml: Renamed to: + * org-gnome-face.error.xml: Create .error file properly. + 2008-08-27 Sankar P <psankar@novell.com> License Changes diff --git a/plugins/face/Makefile.am b/plugins/face/Makefile.am index 8a44c94815..a29c6585ea 100644 --- a/plugins/face/Makefile.am +++ b/plugins/face/Makefile.am @@ -29,16 +29,16 @@ liborg_gnome_face_la_LIBADD = \ liborg_gnome_face_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED) error_DATA = \ - org-gnome-face.errors.xml + org-gnome-face.error errordir = $(privdatadir)/errors EXTRA_DIST = \ org-gnome-face.eplug.xml \ - $(error_DATA) + org-gnome-face.error.xml BUILT_SOURCES = \ org-gnome-face.eplug \ - $(error_i18n) + org-gnome-face.error CLEANFILES = $(BUILT_SOURCES) diff --git a/plugins/face/org-gnome-face.errors.xml b/plugins/face/org-gnome-face.error.xml index 02695dd758..02695dd758 100644 --- a/plugins/face/org-gnome-face.errors.xml +++ b/plugins/face/org-gnome-face.error.xml |