fix name of variable (window -> dialog) Fixes #5360
This commit is contained in:
parent
8eae0ef506
commit
fea5e09200
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue