[rkward-cvs] SF.net SVN: rkward: [1756] trunk/rkward/rkward/plugins/x11device/grid.xml

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Mar 29 17:56:41 UTC 2007


Revision: 1756
          http://svn.sourceforge.net/rkward/?rev=1756&view=rev
Author:   tfry
Date:     2007-03-29 10:56:40 -0700 (Thu, 29 Mar 2007)

Log Message:
-----------
Reverse logic (previously, is_embed was not set correctly at all, which is why it *seemed* to work)

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/x11device/grid.xml

Modified: trunk/rkward/rkward/plugins/x11device/grid.xml
===================================================================
--- trunk/rkward/rkward/plugins/x11device/grid.xml	2007-03-29 17:55:53 UTC (rev 1755)
+++ trunk/rkward/rkward/plugins/x11device/grid.xml	2007-03-29 17:56:40 UTC (rev 1756)
@@ -14,7 +14,7 @@
 		<connect client="ny_cells.enabled" governor="ny_other"/>
 
 		<connect client="lwd.enabled" governor="custlwd.state"/>
-		<connect client="trellis_note.visible" governor="is_embed" />
+		<connect client="trellis_note.visible" governor="is_embed.not" />
 	</logic>
 	<dialog label="Grid options">
 		<row>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list