show confiramtion windows. Fixes #1795

This commit is contained in:
Yann Leboulanger 2006-04-04 14:49:56 +00:00
parent 7ad5bf4580
commit 6efe0ce886
1 changed files with 1 additions and 0 deletions

View File

@ -690,6 +690,7 @@ class ConfirmationDialogCheck(ConfirmationDialog):
self.checkbutton = gtk.CheckButton(checktext)
self.vbox.pack_start(self.checkbutton, expand = False, fill = True)
self.popup()
def is_checked(self):
''' Get active state of the checkbutton '''