[qcineoob] add current action description info
This commit is contained in:
parent
a7be6ee6f4
commit
33981a8fdb
5 changed files with 29 additions and 14 deletions
|
|
@ -61,4 +61,4 @@ class MiniMovie(QFrame):
|
|||
|
||||
movie = self.backend.get_movie(self.movie.id)
|
||||
if movie:
|
||||
self.parent.doAction(self.parent.displayMovie,[movie])
|
||||
self.parent.doAction('Details of movie "%s"'%movie.original_title,self.parent.displayMovie,[movie])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue