[qcineoob] movie releases and person biography integrated

This commit is contained in:
Julien Veyssier 2013-03-13 02:44:22 +01:00
commit 1432ce1ce0
7 changed files with 100 additions and 21 deletions

View file

@ -69,4 +69,4 @@ class MiniPerson(QFrame):
QApplication.setOverrideCursor( Qt.WaitCursor )
person = self.backend.get_person(self.person.id)
if person:
self.parent.doAction(u'Details of person "%s"'%person.name,self.parent.displayPerson,[person])
self.parent.doAction(u'Details of person "%s"'%person.name,self.parent.displayPerson,[person,self.backend])