show confiramtion windows. Fixes #1795
This commit is contained in:
parent
7ad5bf4580
commit
6efe0ce886
|
@ -690,6 +690,7 @@ class ConfirmationDialogCheck(ConfirmationDialog):
|
||||||
|
|
||||||
self.checkbutton = gtk.CheckButton(checktext)
|
self.checkbutton = gtk.CheckButton(checktext)
|
||||||
self.vbox.pack_start(self.checkbutton, expand = False, fill = True)
|
self.vbox.pack_start(self.checkbutton, expand = False, fill = True)
|
||||||
|
self.popup()
|
||||||
|
|
||||||
def is_checked(self):
|
def is_checked(self):
|
||||||
''' Get active state of the checkbutton '''
|
''' Get active state of the checkbutton '''
|
||||||
|
|
Loading…
Reference in New Issue