Revision: 4673
          http://sourceforge.net/p/vexi/code/4673
Author:   mkpg2
Date:     2014-03-13 20:47:18 +0000 (Thu, 13 Mar 2014)
Log Message:
-----------
Fix. Make tabtext (more?) optional.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t 
2014-03-07 18:13:43 UTC (rev 4672)
+++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/tabpane.t 
2014-03-13 20:47:18 UTC (rev 4673)
@@ -188,7 +188,8 @@
                     // tab overflow policy
                     if (!c.v_tabitem) {
                         var i = new wi.item();
-                        i.text = c.tabtext;
+                        if(c.tabtext!=null)
+                            i.text = c.tabtext;
                         i.value = c;
                         c.v_tabitem = i;
                         th_tablist.add(i);

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to