ajack 2004/04/12 14:39:58
Modified: python/gump/document forrest.py
Log:
Fix depth for state icons in ServerLinks.
Revision Changes Path
1.144 +1 -1 gump/python/gump/document/forrest.py
Index: forrest.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- forrest.py 12 Apr 2004 21:12:00 -0000 1.143
+++ forrest.py 12 Apr 2004 21:39:58 -0000 1.144
@@ -1791,7 +1791,7 @@
if statePair:
xdocNode.createBreak()
# Insert the Icon...
- if -1 <> depth:
+ if -1 == depth:
depth=getDepthForObject(linkable)
self.insertStatePairIconAtDepth(xdocNode,statePair,depth)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]