Exemplo n.º 1
0
Arquivo: notify.py Projeto: GNOME/ontv
 def __action_invoked(self, notification, action):
     if action == "details":
         pd = ProgramDialog(self.program)
         pd.show()