2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/ObjectSelector/_ObjectSelectorWindow.py: fix indentation error introduced through a previous patch svn: r9774
This commit is contained in:
parent
5d70be92d4
commit
35a0eaabe0
@ -1,3 +1,7 @@
|
|||||||
|
2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com>
|
||||||
|
* src/ObjectSelector/_ObjectSelectorWindow.py: fix indentation error
|
||||||
|
introduced through a previous patch
|
||||||
|
|
||||||
2008-01-09 Brian Matherly <brian@gramps-project.org>
|
2008-01-09 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/docgen/CairoDoc.py: Fix 0001541: Box size too small - Descendant Chart
|
* src/docgen/CairoDoc.py: Fix 0001541: Box size too small - Descendant Chart
|
||||||
|
|
||||||
|
@ -171,11 +171,11 @@ class ObjectSelectorWindow(gtk.Window,ManagedWindow):
|
|||||||
except gobject.GError:
|
except gobject.GError:
|
||||||
self._tool_list = gtk.ListStore(str,int)
|
self._tool_list = gtk.ListStore(str,int)
|
||||||
|
|
||||||
d={ObjectTypes.PERSON: ['People',ObjectTypes.PERSON],
|
d={ObjectTypes.PERSON: ['People',ObjectTypes.PERSON],
|
||||||
ObjectTypes.FAMILY: ['Families',ObjectTypes.FAMILY],
|
ObjectTypes.FAMILY: ['Families',ObjectTypes.FAMILY],
|
||||||
ObjectTypes.EVENT: ['Events',ObjectTypes.EVENT]}
|
ObjectTypes.EVENT: ['Events',ObjectTypes.EVENT]}
|
||||||
|
|
||||||
self._object_type_column = 1
|
self._object_type_column = 1
|
||||||
|
|
||||||
|
|
||||||
for object_type in self._object_list:
|
for object_type in self._object_list:
|
||||||
|
Loading…
Reference in New Issue
Block a user