aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-06-29 19:51:06 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-06-29 19:51:06 +0000
commit2bb030da4e379ad202fffdfe3ebc21d8c214b1ee (patch)
tree7c5e248bcf0ff1eb942e1e8c02143827440738c5 /lib/python/Screens
parent48df44f3224eb8b95d66829622f919462984ca7f (diff)
downloadenigma2-2bb030da4e379ad202fffdfe3ebc21d8c214b1ee.tar.gz
enigma2-2bb030da4e379ad202fffdfe3ebc21d8c214b1ee.zip
fix
Diffstat (limited to 'lib/python/Screens')
-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)