improvement

This commit is contained in:
Romain Bignon 2010-04-17 13:03:12 +02:00
commit d605d30588
7 changed files with 45 additions and 247 deletions

View file

@ -51,7 +51,7 @@ class MainWindow(QtMainWindow):
for backend in self.weboob.iter_backends():
for video in backend.iter_search_results(pattern):
minivideo = MiniVideo(video)
minivideo = MiniVideo(backend, video)
self.ui.scrollAreaContent.layout().addWidget(minivideo)
self.minivideos.append(minivideo)