Author: vdegtyarev
Date: Mon Apr  8 06:49:32 2013
New Revision: 1465540

URL: http://svn.apache.org/r1465540
Log:
Bug OPENMEETINGS-503 is fixed. Now the "Exit" works as expected on the 
Recording panel

Modified:
    
openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordContent.lzx

Modified: 
openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordContent.lzx
URL: 
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordContent.lzx?rev=1465540&r1=1465539&r2=1465540&view=diff
==============================================================================
--- 
openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordContent.lzx
 (original)
+++ 
openmeetings/trunk/singlewebapp/WebContent/src/modules/lzrecordcontent/lzRecordContent.lzx
 Mon Apr  8 06:49:32 2013
@@ -25,7 +25,7 @@
        View for recorded contents list.
        When you select 'Recordings' on the top menu, this class shows the list.
 -->
-<class name="lzRecordContent" extends="baseContentView" 
destroyByMethod="true">        
+<class name="lzRecordContent" extends="baseContentView" 
destroyByMethod="false">       
 
     <handler name="oninit">
         _mainScrollBar.setAttribute("visibility","hidden");


Reply via email to