Update of /cvsroot/openrpg/openrpg1/orpg/chat
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2130/orpg/chat
Modified Files:
Tag: BRANCH-1-7-1
chatwnd.py
Log Message:
Index: chatwnd.py
===================================================================
RCS file: /cvsroot/openrpg/openrpg1/orpg/chat/chatwnd.py,v
retrieving revision 1.161.2.5
retrieving revision 1.161.2.6
diff -C2 -d -r1.161.2.5 -r1.161.2.6
*** chatwnd.py 21 Apr 2007 23:03:07 -0000 1.161.2.5
--- chatwnd.py 22 Apr 2007 00:21:48 -0000 1.161.2.6
***************
*** 2418,2421 ****
--- 2418,2423 ----
dom = gametree.master_dom.getChildren()
loop = False
+ if len(node_path_list) == 1:
+ loop = True
for nodeName in node_path_list:
(found, node) = self.resolve_loop(dom, nodeName, loop)
|