* src/Config/_GrampsConfigKeys.py (RELEDITBTN): Regenerate the

file to add missing items.
	* data/gramps.schemas.in: Add missing key.


svn: r8194
This commit is contained in:
Alex Roitman 2007-02-20 20:35:27 +00:00
parent 801fc4ce94
commit 48d3cfdf0a
3 changed files with 17 additions and 0 deletions

View File

@ -1,4 +1,7 @@
2007-02-20 Alex Roitman <shura@gramps-project.org>
* src/Config/_GrampsConfigKeys.py (RELEDITBTN): Regenerate the
file to add missing items.
* data/gramps.schemas.in: Add missing key.
* src/images/Makefile.am: new icons.
* src/images/*: new icons.
* configure.in: Generate new Makefiles.

View File

@ -237,6 +237,18 @@
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/releditbtn</key>
<applyto>/apps/gramps/interface/releditbtn</applyto>
<owner>gramps</owner>
<type>bool</type>
<default>0</default>
<locale name="C">
<short>Display edit buttons in Relationship View</short>
<long>This key enables display of edit buttons in Relationship View</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/gramps/interface/height</key>
<applyto>/apps/gramps/interface/height</applyto>

View File

@ -44,6 +44,7 @@ BETAWARN = ('behavior','betawarn', 0)
WELCOME = ('behavior','welcome', 1)
DATE_FORMAT = ('preferences','date-format', 1)
DONT_ASK = ('interface','dont-ask', 0)
RELEDITBTN = ('interface','releditbtn', 0)
HEIGHT = ('interface','height', 1)
WIDTH = ('interface','width', 1)
FAMILY_HEIGHT = ('interface','family-height', 1)
@ -142,6 +143,7 @@ default_value = {
WELCOME : 100,
DATE_FORMAT : 0,
DONT_ASK : False,
RELEDITBTN : False,
HEIGHT : 500,
WIDTH : 775,
FAMILY_HEIGHT : 500,