From 1ef1888cbe36073d7922027791fdf09e12fe350b Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 27 Mar 2006 23:35:46 +0000 Subject: [PATCH] typo. better break for setence in comment --- src/common/gajim.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/gajim.py b/src/common/gajim.py index d92a26559..d596a8df5 100644 --- a/src/common/gajim.py +++ b/src/common/gajim.py @@ -108,8 +108,8 @@ awaiting_events = {} # list of messages/FT reveived but not printed # data = file_props nicks = {} # list of our nick names in each account # should we block 'contact signed in' notifications for this account? -# this is only only for the first 30 seconds after we change our show to sth -# else than offline +# this is only for the first 30 seconds after we change our show +# to something else than offline block_signed_in_notifications = {} con_types = {} # type of each connection (ssl, tls, tcp, ...)