Exemplo n.º 1
0
Arquivo: gui.py Projeto: irl/gajim
 def show_warn_dialog():
     text = _('Archive is malformed')
     dialog = WarningDialog(text, '', transient_for=self.window)
     dialog.set_modal(False)
     dialog.popup()
Exemplo n.º 2
0
 def show_warn_dialog():
     text = _('Archive is malformed')
     dialog = WarningDialog(text, '', transient_for=self.window)
     dialog.set_modal(False)
     dialog.popup()