2003-10-10 Tim Waugh <twaugh@redhat.com>
* src/PeopleStore.py: Fixed bug where you needed to expand the row twice before it shows the people. svn: r2223
This commit is contained in:
parent
843d6e8c10
commit
f61649e346
@ -1,3 +1,7 @@
|
||||
2003-10-10 Tim Waugh <twaugh@redhat.com>
|
||||
* src/PeopleStore.py: Fixed bug where you needed to expand the row
|
||||
twice before it shows the people.
|
||||
|
||||
2003-10-09 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||
* src/gramps.glade: Remove hot keys from toolbar buttons.
|
||||
Add editing items under Edit menu.
|
||||
|
@ -229,6 +229,8 @@ class PeopleStore:
|
||||
col += 1
|
||||
self.model.set_value(new_iter,_BCOL,pango.WEIGHT_NORMAL)
|
||||
self.parent.id2col[d[1]] = (self,new_iter)
|
||||
|
||||
self.expand_row (name, iter)
|
||||
|
||||
def add(self,data,select=0):
|
||||
self.count = self.count + 1
|
||||
|
Loading…
Reference in New Issue
Block a user