# HG changeset patch # User sirebral # Date 1250599621 18000 # Node ID 8fb07d0a1ca0f6d00c5d87edef27b30d0ab5f6c0 # Parent 3ea7a54284bb90a94faefef6d05609f6a2e4c886 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. diff -r 3ea7a54284bb -r 8fb07d0a1ca0 orpg/chat/chatwnd.py --- 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 diff -r 3ea7a54284bb -r 8fb07d0a1ca0 orpg/orpg_version.py --- a/orpg/orpg_version.py Tue Aug 18 07:38:58 2009 -0500 +++ b/orpg/orpg_version.py Tue Aug 18 07:47:01 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Ornery Orc" -BUILD = "090818-02" +BUILD = "090818-03" # This version is for network capability. PROTOCOL_VERSION = "1.2"