Revision: 3776
Author:   seba.wagner
Date:     Tue Jun  7 05:00:47 2011
Log:      [No log message]
http://code.google.com/p/openmeetings/source/detail?r=3776

Modified:
/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx Thu Apr 28 05:50:45 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx Tue Jun 7 05:00:47 2011
@@ -236,11 +236,11 @@
         <![CDATA[

             if (this.boundingref!=null) this.boundingref.removeIt();
-            while (this.subviews.length > 1) {
-                this.subviews[1].destroy();
-            }
-            while (this.basdrawredoView.subviews.length > 1) {
-                this.basdrawredoView.subviews[1].destroy();
+            while (this.subviews.length > 0) {
+                this.subviews[0].destroy();
+            }
+            while (this.basdrawredoView.subviews.length > 0) {
+                this.basdrawredoView.subviews[0].destroy();
             }

             this.setAttribute("x",0);

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to