aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/Ci.py1
1 files changed, 1 insertions, 0 deletions
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)