Revision: 1984
          http://svn.sourceforge.net/vexi/?rev=1984&view=rev
Author:   clrg
Date:     2007-07-13 05:07:46 -0700 (Fri, 13 Jul 2007)

Log Message:
-----------
Don't output default theme redirect information

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

Modified: widgets/trunk/org.vexi.widgets/src/vexi/widget/surface.t
===================================================================
--- widgets/trunk/org.vexi.widgets/src/vexi/widget/surface.t    2007-07-12 
15:46:01 UTC (rev 1983)
+++ widgets/trunk/org.vexi.widgets/src/vexi/widget/surface.t    2007-07-13 
12:07:46 UTC (rev 1984)
@@ -18,15 +18,9 @@
         
         // stops warnings about an undeclared property
         thisbox.theme;
-        
         // no theme has been specified by the user
-        if (thisbox.theme == null)
-        {
-            vexi.log.warn("No theme specified - defaulting to 
org.vexi.theme.win2k");
-            theme = vexi..org.vexi.theme.win2k;
-        }
-        
-        // set up the theme
+        if (thisbox.theme == null) theme = vexi..org.vexi.theme.win2k;
+        // set up the theme redirect
         vexi..vexi.theme ++= theme;
         // apply the theme surface template
         vexi..vexi.theme.surface(thisbox);


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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to