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:
Tim Waugh 2003-10-10 22:49:55 +00:00
parent 843d6e8c10
commit f61649e346
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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