--- pypanel 2005-06-27 01:24:43.000000000 +0200 +++ pypanel.new 2008-08-30 22:25:14.000000000 +0200 @@ -609,7 +609,7 @@ def updatePanel(self, root, win, panel): #--------------------------------------- """ Redraw the panel """ - tasks = panel[TASKS].tasks # all tasks + tasks = 0 #panel[TASKS].tasks # all tasks visible = [] # visible tasks curr_x = 0 space = P_WIDTH