Author: vdegtyarev
Date: Thu Nov 26 11:49:06 2015
New Revision: 1716612

URL: http://svn.apache.org/viewvc?rev=1716612&view=rev
Log:
OPENMEETINGS-1279: Deprecated method setColor is removed.

Modified:
    
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/base/components/explorer/explorerBox.lzx
    
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx

Modified: 
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/base/components/explorer/explorerBox.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/base/components/explorer/explorerBox.lzx?rev=1716612&r1=1716611&r2=1716612&view=diff
==============================================================================
--- 
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/base/components/explorer/explorerBox.lzx
 (original)
+++ 
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/base/components/explorer/explorerBox.lzx
 Thu Nov 26 11:49:06 2015
@@ -405,7 +405,7 @@
                //if ($debug) Debug.write("setTint");
                //TODO: Fix this, does not work at the moment
                //http://code.google.com/p/openmeetings/issues/detail?id=470
-               this.setColor(canvas.getThemeColor('baseMousecolorizer'));
+               this.setAttribute("color", 
canvas.getThemeColor('baseMousecolorizer'));
        </handler>      
     </view>
     <resizestate name="rs"/>

Modified: 
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx?rev=1716612&r1=1716611&r2=1716612&view=diff
==============================================================================
--- 
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
 (original)
+++ 
openmeetings/branches/3.1.x/openmeetings-flash/src/main/swf/video/baseVideoObject.lzx
 Thu Nov 26 11:49:06 2015
@@ -392,7 +392,7 @@
                                //if ($debug) Debug.write("setTint");
                                //TODO: Fix this, does not work at the moment
                                //canvas.protocol + 
'://code.google.com/p/openmeetings/issues/detail?id=470
-                               
this.setColor(canvas.getThemeColor('baseMousecolorizer'));
+                               this.setAttribute("color", 
canvas.getThemeColor('baseMousecolorizer'));
                        </handler>
                </view>
 


Reply via email to