Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norstbox
gajim
Commits
897fd6c3
Commit
897fd6c3
authored
Apr 06, 2006
by
Yann Leboulanger
Browse files
show YesNoDialogs. Fixes #1814
parent
14c5213a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs.py
View file @
897fd6c3
...
...
@@ -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.'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment