--backends is used on every frontends

This commit is contained in:
Romain Bignon 2010-04-20 23:27:33 +02:00
commit 758281effb
10 changed files with 28 additions and 18 deletions

View file

@ -31,7 +31,7 @@ class QVideoob(QtApplication):
}
}
def main(self, argv):
self.weboob.load_modules(ICapVideoProvider, names=self.enabled_backends)
self.load_modules(ICapVideoProvider)
self.load_config()
self.main_window = MainWindow(self.config, self.weboob)