From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- pypanel/pypanel.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pypanel/pypanel.patch (limited to 'pypanel/pypanel.patch') diff --git a/pypanel/pypanel.patch b/pypanel/pypanel.patch deleted file mode 100644 index 0f8c338..0000000 --- a/pypanel/pypanel.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -- cgit v1.2.3-24-g4f1b