[qcineoob] add current action description info

This commit is contained in:
Julien Veyssier 2013-03-12 16:35:16 +01:00
commit 33981a8fdb
5 changed files with 29 additions and 14 deletions

View file

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