From da76355af0759a9265bec470a72af129d797fa04 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 17 Apr 2011 15:49:38 +0200 Subject: Remove the paused timed event when we send the message --- src/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/windows.py') diff --git a/src/windows.py b/src/windows.py index 25aaeb06..f68162ae 100644 --- a/src/windows.py +++ b/src/windows.py @@ -1340,7 +1340,7 @@ class RosterWin(Win): if y-self.start_pos+1 == self.height: break line = ' '*self.width - while y <= self.height: + while y < self.height: self.addstr(y, 0, line) y += 1 if self.start_pos > 1: -- cgit v1.2.3