This commit is contained in:
Yann Leboulanger 2008-08-11 14:10:30 +00:00
parent 1ee9a5bff2
commit 168fb471cd
1 changed files with 1 additions and 1 deletions

View File

@ -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