[qcineoob] checkbox to show thumbnail in search

[allocine] fix empty productionYear problem
This commit is contained in:
Julien Veyssier 2013-03-26 16:00:31 +01:00
commit d6a0291deb
4 changed files with 23 additions and 4 deletions

View file

@ -46,6 +46,9 @@ class MiniPerson(QFrame):
self.ui.shortDescLabel.hide()
self.ui.backendLabel.setText(backend.name)
if self.parent.ui.showTCheck.isChecked():
self.gotThumbnail()
def gotThumbnail(self):
self.backend.fill_person(self.person, ('thumbnail_url'))
if not empty(self.person.thumbnail_url):