Author: solomax
Date: Fri Dec  7 04:28:23 2012
New Revision: 1418183

URL: http://svn.apache.org/viewvc?rev=1418183&view=rev
Log:
OPENMEETINGS-480 is fixed

Modified:
    
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx

Modified: 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx?rev=1418183&r1=1418182&r2=1418183&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/video/baseVideoObject.lzx
 Fri Dec  7 04:28:23 2012
@@ -653,10 +653,7 @@
         if (this.publicSID == canvas.publicSID) {
                //self sound turned off
                if (mute) {
-               new lz.confirmationSingleSWF10(canvas,{
-                                               labelid:1388,labeliderror:1389,
-                                               
refReturnMethod:'confirmGloballyOff',
-                                               
refObj:this,showCheckBox:false});
+                       confirmGloballyOff(true, null);
                 return;
                } else {
                    this._chatvideoinner._videostream.muteMicro(false);


Reply via email to