8128: GtkDialog mapped without a transient parent

This commit is contained in:
Josip
2015-05-03 20:04:28 +02:00
parent 1e9f1dbb3e
commit e172b6520d
12 changed files with 102 additions and 61 deletions

View File

@@ -109,7 +109,7 @@ class User(user.User):
"""
self._fileout.write("\r100%\n")
def prompt(self, title, message, accept_label, reject_label):
def prompt(self, title, message, accept_label, reject_label, parent=None):
"""
Prompt the user with a message to select an alternative.