This commit is contained in:
Yann Leboulanger 2009-06-23 22:08:06 +02:00
parent 31dd0b882c
commit 2df642a142
1 changed files with 1 additions and 1 deletions

View File

@ -2203,7 +2203,7 @@ class RosterWindow:
if checked:
gajim.config.set('quit_on_roster_x_button', True)
self.on_quit_request()
dialogs.ConfirmationDialogiCheck(_('Really quit Gajim?'),
dialogs.ConfirmationDialogCheck(_('Really quit Gajim?'),
_('Are you sure you want to quit Gajim?'),
_('Do _not ask me again'), on_response_ok=on_ok)
return True # do NOT destroy the window