blob: 0f8c338d9fa11ea2823f02b5dcda6f9d2896157c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|