* 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:
		| @@ -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. | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user