show YesNoDialogs. Fixes #1814

This commit is contained in:
Yann Leboulanger 2006-04-06 11:04:41 +00:00
parent 14c5213a58
commit 897fd6c35e
1 changed files with 1 additions and 0 deletions

View File

@ -674,6 +674,7 @@ class YesNoDialog(HigDialog):
HigDialog.__init__( self, None,
gtk.MESSAGE_QUESTION, gtk.BUTTONS_YES_NO, pritext, sectext,
on_response_yes = on_response_yes, on_response_no = on_response_no)
self.popup()
class ConfirmationDialogCheck(ConfirmationDialog):
'''HIG compliant confirmation dialog with checkbutton.'''