Mercurial > traipse_dev
changeset 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 | 3ea7a54284bb |
children | 52a5fa913008 |
files | orpg/chat/chatwnd.py orpg/orpg_version.py |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
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
--- 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"