set YesNoDialog non modal
This commit is contained in:
parent
aba1a22aa1
commit
1348cd16cb
|
@ -1011,6 +1011,7 @@ class YesNoDialog(HigDialog):
|
||||||
HigDialog.__init__( self, None,
|
HigDialog.__init__( self, None,
|
||||||
gtk.MESSAGE_QUESTION, gtk.BUTTONS_YES_NO, pritext, sectext,
|
gtk.MESSAGE_QUESTION, gtk.BUTTONS_YES_NO, pritext, sectext,
|
||||||
on_response_yes = on_response_yes, on_response_no = on_response_no)
|
on_response_yes = on_response_yes, on_response_no = on_response_no)
|
||||||
|
self.set_modal(False)
|
||||||
self.popup()
|
self.popup()
|
||||||
|
|
||||||
class ConfirmationDialogCheck(ConfirmationDialog):
|
class ConfirmationDialogCheck(ConfirmationDialog):
|
||||||
|
|
Loading…
Reference in New Issue