mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 11:30:19 +01:00
* Changed data type for column size.
This commit is contained in:
2
db.py
2
db.py
@@ -14,7 +14,7 @@ class dbfile:
|
||||
self.winobj = winobj
|
||||
# create tree model
|
||||
self.dirmodel = gtk.TreeStore(gobject.TYPE_INT, gobject.TYPE_STRING,str)
|
||||
self.filemodel = gtk.ListStore(gobject.TYPE_INT, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_INT, gobject.TYPE_STRING,str)
|
||||
self.filemodel = gtk.ListStore(gobject.TYPE_INT, gobject.TYPE_STRING, gobject.TYPE_INT, gobject.TYPE_STRING, gobject.TYPE_INT, gobject.TYPE_STRING,str)
|
||||
|
||||
def getDirectories(self,root=0):
|
||||
"""get directory tree from DB"""
|
||||
|
||||
Reference in New Issue
Block a user