moved library

This commit is contained in:
Zach Tibbitts
2007-01-07 22:50:26 +00:00
parent 99186a54c9
commit 1f216f66ac
4 changed files with 798 additions and 667 deletions

View File

@@ -97,6 +97,8 @@ class DelugeGTK:
self.filename_column.set_expand(True)
## Should probably use rules-hint for other treevies as well
self.peer_view = self.wtree.get_widget("peer_view")
self.peer_store = gtk.ListStore(str, str, str, str, str)
self.peer_view.set_model(self.peer_store)