예제 #1
0
파일: gui.py 프로젝트: irl/gajim
 def show_warn_dialog():
     text = _('Archive is malformed')
     dialog = WarningDialog(text, '', transient_for=self.window)
     dialog.set_modal(False)
     dialog.popup()
예제 #2
0
파일: gui.py 프로젝트: lheckemann/gajim
 def show_warn_dialog():
     text = _('Archive is malformed')
     dialog = WarningDialog(text, '', transient_for=self.window)
     dialog.set_modal(False)
     dialog.popup()