From: Andreas Monzner Date: Wed, 21 May 2008 08:37:30 +0000 (+0000) Subject: needed fix X-Git-Tag: 2.6.0~1228 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/0fe79d03d3e20c951076f78418bf51d04b3c7d83 needed fix --- diff --git a/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py b/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py index a7640df3..65142e37 100644 --- a/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py +++ b/lib/python/Plugins/Extensions/SocketMMI/SocketMMI.py @@ -23,7 +23,7 @@ class SocketMMIMessageHandler: def socketStateChanged(self, slot): if slot in self.dlgs: self.dlgs[slot].ciStateChanged() - elif self.handler.availableMMI(slot) == 1: + elif socketmmi.availableMMI(slot) == 1: if self.session: self.dlgs[slot] = self.session.openWithCallback(self.dlgClosed, MMIDialog, slot, 3, socketmmi, _("wait for mmi..."))