Revision: 4218
Author:   seba.wagner
Date:     Sat Sep 10 02:21:13 2011
Log:      Fixes issue 1486
http://code.google.com/p/openmeetings/source/detail?r=4218

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

=======================================
--- /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx Fri Jul 1 05:58:20 2011 +++ /trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDraw.lzx Sat Sep 10 02:21:13 2011
@@ -185,6 +185,7 @@
                         || this.baseactionobjectList[i][0] == "rectangle"
                         || this.baseactionobjectList[i][0] == "uline"
                         || this.baseactionobjectList[i][0] == "image"
+                        || this.baseactionobjectList[i][0] == "clipart"
                         || this.baseactionobjectList[i][0] == "letter") {

var swfObj = this.baseactionobjectList[i][this.baseactionobjectList[i].length-7];
@@ -1478,6 +1479,7 @@
                         || this.baseactionobjectList[i][0] == "rectangle"
                         || this.baseactionobjectList[i][0] == "uline"
                         || this.baseactionobjectList[i][0] == "image"
+                        || this.baseactionobjectList[i][0] == "clipart"
                         || this.baseactionobjectList[i][0] == "letter") {

var swfObj = this.baseactionobjectList[i][this.baseactionobjectList[i].length-7];

--
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