OSDN Git Service

msnmsgr app module: Fix another line we missed in the rename from MSNHistory to OldMS...
authorJames Teh <jamie@jantrid.net>
Tue, 9 Nov 2010 00:00:03 +0000 (10:00 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 9 Nov 2010 00:00:03 +0000 (10:00 +1000)
Fixes #988.

source/appModules/msnmsgr.py

index 8bc26d5..bd62cb9 100755 (executable)
@@ -56,7 +56,7 @@ class OldMSNHistory(cursorManager.ReviewCursorManager,IAccessible):
 \r
        def event_valueChange(self):\r
                global lastMSNHistoryValue\r
-               if isinstance(self,MSNHistory) and winUser.isDescendantWindow(winUser.getForegroundWindow(),self.windowHandle):\r
+               if isinstance(self,OldMSNHistory) and winUser.isDescendantWindow(winUser.getForegroundWindow(),self.windowHandle):\r
                        value=self.value\r
                        if value!=lastMSNHistoryValue and globalVars.reportDynamicContentChanges:\r
                                speech.speakText(value)\r