From f8d691f88661555e8f263637f2424f2aed527a1c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 23 Sep 2010 22:17:43 +0200 Subject: [PATCH] fix var name. Fixes #5934 --- src/gui_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui_interface.py b/src/gui_interface.py index a99fe0885..61f86c641 100644 --- a/src/gui_interface.py +++ b/src/gui_interface.py @@ -340,7 +340,7 @@ class Interface: if c_.show not in ('offline', 'error'): obj.show_notif = False break - if show_notif: + if obj.show_notif: if obj.old_show < 2 and obj.new_show > 1: notify.notify('contact_connected', jid, account, status)