Revision: 2370
          http://vexi.svn.sourceforge.net/vexi/?rev=2370&view=rev
Author:   mkpg2
Date:     2007-09-29 19:22:19 -0700 (Sat, 29 Sep 2007)

Log Message:
-----------
Fix. Small error in lib.widget.tree.
Vunit catching up with changes to tree widget.

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/tree.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/tree.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/tree.t       
2007-09-30 01:30:07 UTC (rev 2369)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/tree.t       
2007-09-30 02:22:19 UTC (rev 2370)
@@ -117,7 +117,7 @@
         if (t.icontemplate) {
             icon.fill = null;
             if (icon[0]) icon[0] = null;
-            icon[0] = v(vexi.box);
+            icon[0] = t.icontemplate(vexi.box);
         } else {
             icon.fill = t.th_iconfill;
             if (icon[0]) icon[0] = null;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to