From 245b82197f48e88196e134926da37c6fa083b14f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Crozat?= Date: Fri, 9 Jul 2004 11:18:34 +0000 Subject: tarball should ship .schemas.in.in files, not generated files. * gui/component/Makefile.am: tarball should ship .schemas.in.in files, not generated files. * gui/component/apps_evolution_addressbook.schemas.in.in: Don't set empty default value on an int, this causes gconf warning. (bug #60859) svn path=/trunk/; revision=26604 --- addressbook/gui/component/Makefile.am | 2 +- addressbook/gui/component/apps_evolution_addressbook.schemas.in.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am index 48f27f96c8..c8c2cc79a3 100644 --- a/addressbook/gui/component/Makefile.am +++ b/addressbook/gui/component/Makefile.am @@ -96,7 +96,7 @@ CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ $(glade_DATA) \ - $(schema_DATA) \ + $(schema_in_files) \ $(server_in_files) dist-hook: diff --git a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in index 6008c11ff3..d885f545ba 100644 --- a/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in +++ b/addressbook/gui/component/apps_evolution_addressbook.schemas.in.in @@ -45,7 +45,6 @@ /apps/evolution/addressbook/display/vpane_position evolution-addressbook int - Position of the vertical pane in main view -- cgit v1.2.3