Skip to content

Commit

Permalink
FIX - password dialogue should not have parent
Browse files Browse the repository at this point in the history
Connection manager would already be destroyed.
  • Loading branch information
RoDuth committed Feb 14, 2023
1 parent e912435 commit 58b003c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bauble/connmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def get_passwd(self):
"""Show a dialog with and entry and return the value entered."""
passwd = self.view.run_entry_dialog(
_("Enter your password"),
self.view.get_window(),
None,
('OK', Gtk.ResponseType.ACCEPT),
visible=False,
modal=True,
Expand Down

0 comments on commit 58b003c

Please sign in to comment.