From 990a5895c81e80c97e88277ce4df0724f0e807ee Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 10 Dec 2005 22:45:46 +0000 Subject: [PATCH] clarify comment --- src/notify.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/notify.py b/src/notify.py index 214c65689..3f782cb5d 100644 --- a/src/notify.py +++ b/src/notify.py @@ -110,9 +110,10 @@ class DesktopNotification: else: actor = jid - # failsafe values + # defaul failsafe values img = 'chat_msg_recv.png' # img to display ntype = 'im' # Notification Type + txt = actor # default value of txt if event_type == _('Contact Signed In'):