From 164632ce4f5c2996b4c04cf4282f5798ca045b2b Mon Sep 17 00:00:00 2001 From: Frédéric Crozat Date: Fri, 9 Jul 2004 11:18:16 +0000 Subject: tarball should ship .schemas.in.in files, not generated files. * Makefile.am: tarball should ship .schemas.in.in files, not generated files. * apps_evolution_shell.schemas.in.in: Don't translate default component id (bug #60859) svn path=/trunk/; revision=26603 --- shell/ChangeLog | 8 ++++++++ shell/Makefile.am | 2 +- shell/apps_evolution_shell.schemas.in.in | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 3e4400f822..7436d4e7e1 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2004-07-08 Frederic Crozat + + * Makefile.am: + tarball should ship .schemas.in.in files, not generated files. + + * apps_evolution_shell.schemas.in.in: + Don't translate default component id (bug #60859) + 2004-07-06 Rodney Dawes * e-shell-errors.xml.h: Add this back to CVS for translators diff --git a/shell/Makefile.am b/shell/Makefile.am index 527b2d92f1..4583f3cb92 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -233,7 +233,7 @@ EXTRA_DIST = \ $(error_DATA) \ $(error_i18n) \ $(glade_DATA) \ - $(schema_DATA) \ + $(schema_in_files) \ ChangeLog.pre-1-4 \ e-shell-marshal.list \ evolution-nognome.in diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index e26cb28717..00080ffde1 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -100,8 +100,8 @@ /apps/evolution/shell/view_defaults/component_id evolution string + mail - mail ID or alias of the component to be shown by default at start-up. -- cgit