More windows updates and small fixes

svn: r2914
This commit is contained in:
Alex Roitman
2004-02-26 03:34:19 +00:00
parent 058a56ef4c
commit ead0485d14
9 changed files with 133 additions and 39 deletions

View File

@@ -64,7 +64,8 @@ from gettext import gettext as _
#
#-------------------------------------------------------------------------
class MediaView:
def __init__(self,db,glade,update):
def __init__(self,parent,db,glade,update):
self.parent = parent
self.db = db
self.list = glade.get_widget("media_list")
self.mid = glade.get_widget("mid")