From 2bb030da4e379ad202fffdfe3ebc21d8c214b1ee Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Fri, 29 Jun 2007 19:51:06 +0000 Subject: [PATCH] fix --- lib/python/Screens/Ci.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py index 881ad10d..32cc6fef 100644 --- a/lib/python/Screens/Ci.py +++ b/lib/python/Screens/Ci.py @@ -236,6 +236,7 @@ class CiMessageHandler: def dlgClosed(self, slot): del self.dlgs[slot] + self.dlgs.remove(slot) def registerCIMessageHandler(self, slot, func): self.unregisterCIMessageHandler(slot) -- 2.30.2