Revision: 3206
          http://vexi.svn.sourceforge.net/vexi/?rev=3206&view=rev
Author:   clrg
Date:     2008-11-14 16:36:46 +0000 (Fri, 14 Nov 2008)

Log Message:
-----------
Fix icon emblems

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/icon.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/icon.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/icon.t       
2008-11-14 15:53:13 UTC (rev 3205)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/icon.t       
2008-11-14 16:36:46 UTC (rev 3206)
@@ -25,7 +25,7 @@
     static.emblemWrite = function(v) {
         cascade = v;
         if (!trapee.size) return;
-        trapee[0][1].fill = v ? icon["i"+(trapee.size/2)][v] : null;
+        trapee[0][1].fill = v ? icon["icon"+(trapee.size/2)][v] : null;
     }
     
     /** sets the icon's image to the specified resource */


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to