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