diff orpg/chat/chatwnd.py @ 69:8fb07d0a1ca0 ornery-dev

o\ /o I am working on the Controls tab now. I hate when I make these little edits. fixed chatwnd so you could *ahem* type.
author sirebral
date Tue, 18 Aug 2009 07:47:01 -0500
parents c54768cffbd4
children 449a8900f9ac
line wrap: on
line diff
--- a/orpg/chat/chatwnd.py	Tue Aug 18 07:38:58 2009 -0500
+++ b/orpg/chat/chatwnd.py	Tue Aug 18 07:47:01 2009 -0500
@@ -66,6 +66,7 @@
 from HTMLParser import HTMLParser
 import chat_util
 import traceback
+from orpg.tools.orpg_log import logger
 from orpg.tools.decorators import debugging
 NEWCHAT = False
 try:
@@ -1025,7 +1026,7 @@
             logger.debug("Exit chat_panel->myKeyHook(self, event) return 1")
             return 1
         else:
-            loger.debug("Exit chat_panel->myKeyHook(self, event) return 0")
+            logger.debug("Exit chat_panel->myKeyHook(self, event) return 0")
             return 0
 
     #  This subroutine gets called once a second by the typing Timer