Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
Kajongg
Commits
bd927b7b
Commit
bd927b7b
authored
May 04, 2021
by
Wolfgang Rohdewald
Browse files
Dialogs: remove unused attr defaultResult
parent
dd01383c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs.py
View file @
bd927b7b
...
...
@@ -110,7 +110,6 @@ class DeferredDialog(Deferred):
def
__init__
(
self
,
dlg
,
modal
=
True
,
always
=
False
):
Deferred
.
__init__
(
self
)
self
.
dlg
=
dlg
self
.
defaultResult
=
dlg
.
returns
()
self
.
modal
=
modal
self
.
always
=
always
if
Options
.
gui
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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