* src/ImageSelect.py: handle new file chooser

svn: r3133
This commit is contained in:
Don Allingham
2004-05-06 04:26:47 +00:00
parent a1078319aa
commit c068064279
5 changed files with 48 additions and 160 deletions

View File

@@ -256,7 +256,6 @@ class PeopleModel(gtk.GenericTreeModel):
self.top_visible[col[0]] = val
self.visible[iter] = val
except:
print iter,val
self.visible[iter] = val
def on_iter_next(self, node):