Moved configuration to an independent class

Added file properties interface UI
This commit is contained in:
Sergio Costas 2014-07-13 16:28:00 +02:00
parent a60221b57d
commit d960322a5c
10 changed files with 2414 additions and 1280 deletions

View file

@ -21,10 +21,10 @@ class file_movie(GObject.GObject):
counter2 = 0
def __init__(self,paths,file_name):
def __init__(self,config,file_name):
GObject.GObject.__init__(self)
self.paths = paths
self.config = config
self.file_name = file_name
def set_type(self,disc_type):