diff options
-rw-r--r-- | addressbook/ChangeLog | 9 | ||||
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/component/apps_evolution_addressbook.schemas.in.in | 1 |
3 files changed, 10 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6702bffdd5..55483a857f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2004-07-08 Frederic Crozat <fcrozat@mandrakesoft.com> + + * 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) + 2004-07-02 Hans Petter Jansson <hpj@ximian.com> * gui/contact-list-editor/e-contact-list-editor.c 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 @@ <applyto>/apps/evolution/addressbook/display/vpane_position</applyto> <owner>evolution-addressbook</owner> <type>int</type> - <default></default> <locale name="C"> <short>Position of the vertical pane in main view</short> </locale> |