diff options
author | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:18:34 +0800 |
---|---|---|
committer | Frédéric Crozat <fcrozat@src.gnome.org> | 2004-07-09 19:18:34 +0800 |
commit | 245b82197f48e88196e134926da37c6fa083b14f (patch) | |
tree | cc67bc42bbd7d21a3136889e9b6237be12b0815c /addressbook/gui | |
parent | 164632ce4f5c2996b4c04cf4282f5798ca045b2b (diff) | |
download | gsoc2013-evolution-245b82197f48e88196e134926da37c6fa083b14f.tar.gz gsoc2013-evolution-245b82197f48e88196e134926da37c6fa083b14f.tar.zst gsoc2013-evolution-245b82197f48e88196e134926da37c6fa083b14f.zip |
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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/Makefile.am | 2 | ||||
-rw-r--r-- | addressbook/gui/component/apps_evolution_addressbook.schemas.in.in | 1 |
2 files changed, 1 insertions, 2 deletions
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> |