typo
This commit is contained in:
parent
1ee9a5bff2
commit
168fb471cd
|
@ -353,7 +353,7 @@ if pid_alive():
|
|||
sectext = _('Another instance of Gajim seems to be running\nRun anyway?')
|
||||
dialog = dialogs.YesNoDialog(pritext, sectext)
|
||||
dialog.popup()
|
||||
if dialog.tun() != gtk.RESPONSE_YES:
|
||||
if dialog.run() != gtk.RESPONSE_YES:
|
||||
sys.exit(3)
|
||||
dialog.destroy()
|
||||
# run anyway, delete pid and useless global vars
|
||||
|
|
Loading…
Reference in New Issue