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:
		| @@ -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> | 2003-10-09  Alex Roitman  <shura@alex.neuro.umn.edu> | ||||||
| 	* src/gramps.glade: Remove hot keys from toolbar buttons. | 	* src/gramps.glade: Remove hot keys from toolbar buttons. | ||||||
| 	Add editing items under Edit menu.  | 	Add editing items under Edit menu.  | ||||||
|   | |||||||
| @@ -229,6 +229,8 @@ class PeopleStore: | |||||||
|                     col += 1 |                     col += 1 | ||||||
|                 self.model.set_value(new_iter,_BCOL,pango.WEIGHT_NORMAL) |                 self.model.set_value(new_iter,_BCOL,pango.WEIGHT_NORMAL) | ||||||
|                 self.parent.id2col[d[1]] = (self,new_iter) |                 self.parent.id2col[d[1]] = (self,new_iter) | ||||||
|  |  | ||||||
|  | 	self.expand_row (name, iter) | ||||||
|      |      | ||||||
|     def add(self,data,select=0): |     def add(self,data,select=0): | ||||||
|         self.count = self.count + 1 |         self.count = self.count + 1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user