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

This commit is contained in:
Yann Leboulanger 2009-10-26 19:56:42 +01:00
parent 8eae0ef506
commit fea5e09200
1 changed files with 1 additions and 1 deletions

View File

@ -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()