Revision: 3729
http://vexi.svn.sourceforge.net/vexi/?rev=3729&view=rev
Author: clrg
Date: 2009-10-28 15:45:04 +0000 (Wed, 28 Oct 2009)
Log Message:
-----------
Bug fix - group may be null
Modified Paths:
--------------
trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/option.t
Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/option.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/option.t
2009-10-28 02:26:50 UTC (rev 3728)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/option.t
2009-10-28 15:45:04 UTC (rev 3729)
@@ -159,7 +159,7 @@
s.selected = false;
s = null;
}
- } else if (!s or v != s.value) {
+ } else if ((!s or v != s.value) and g != null) {
var vec = g.members;
for (var item = vec.first; item!=null; item = vec.after(item))
{
if (item.value == t.value) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn