Revision: 3158
          http://vexi.svn.sourceforge.net/vexi/?rev=3158&view=rev
Author:   clrg
Date:     2008-10-31 01:35:46 +0000 (Fri, 31 Oct 2008)

Log Message:
-----------
Fix icons not displaying

Modified Paths:
--------------
    trunk/widgets/org.vexi.guide/src/org/vexi/guide/insert/item.t

Modified: trunk/widgets/org.vexi.guide/src/org/vexi/guide/insert/item.t
===================================================================
--- trunk/widgets/org.vexi.guide/src/org/vexi/guide/insert/item.t       
2008-10-30 02:28:09 UTC (rev 3157)
+++ trunk/widgets/org.vexi.guide/src/org/vexi/guide/insert/item.t       
2008-10-31 01:35:46 UTC (rev 3158)
@@ -52,7 +52,7 @@
         thisbox.propgroups = ["standard", "widget"];
         
         // aesthetics
-        thisbox.icon ++= function(v) { cascade = v; $image.fill = 
guide.icon[v]; $image.display = true; }
+        thisbox.icon ++= function(v) { cascade = v; $image.fill = 
guide.image[v]; $image.display = true; }
         thisbox.name ++= function(v) { cascade = v; tooltip = v; }
         
         var readTrap = function() { return thisbox[trapname]; }


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