Skip to content
Snippets Groups Projects
Commit fea5e092 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix name of variable (window -> dialog) Fixes #5360

parent 8eae0ef5
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ class Systray:
gajim.interface.roster.send_status(acct, show, message)
gajim.interface.roster.send_pep(acct, pep_dict)
dlg = dialogs.ChangeStatusMessageDialog(on_response, status)
dlg.window.present()
dlg.dialog.present()
def show_tooltip(self, widget):
position = widget.window.get_origin()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment