You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/03/07 20:31:42 UTC

svn commit: r1298052 - in /incubator/openmeetings/trunk/singlewebapp/WebContent: src/modules/conference/tabcontent/ src/modules/conference/tabcontent/resources/ swf10/

Author: sebawagner
Date: Wed Mar  7 19:31:42 2012
New Revision: 1298052

URL: http://svn.apache.org/viewvc?rev=1298052&view=rev
Log:
Fix: Reference error in whiteboard video replay start command
Fixes: Remove old file explorer components

Added:
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/resources/
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/resources/filesave.png
      - copied unchanged from r1297664, incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/files/resources/filesave.png
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/resources/messagebox_info.png
      - copied unchanged from r1297664, incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/files/resources/messagebox_info.png
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/resources/pdf.png
      - copied unchanged from r1297664, incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/files/resources/pdf.png
Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/library.lzx
    incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/hibAdapter.lzx

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/library.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/library.lzx?rev=1298052&r1=1298051&r2=1298052&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/library.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/src/modules/conference/tabcontent/library.lzx Wed Mar  7 19:31:42 2012
@@ -20,7 +20,10 @@
 -->
 <library>
 
-	<include href="files/" />
+	<resource name="messagebox_info_rsc" src="resources/messagebox_info.png" />
+	<resource name="_filesave_icon_pdf_rsc" src="resources/pdf.png" />
+	<resource name="_filesave_icon_original_rsc" src="resources/filesave.png" />
+
 	<include href="chat/" />
     
 </library>

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/hibAdapter.lzx
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/hibAdapter.lzx?rev=1298052&r1=1298051&r2=1298052&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/hibAdapter.lzx (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/swf10/hibAdapter.lzx Wed Mar  7 19:31:42 2012
@@ -220,7 +220,7 @@
                 	   	   height:theight
                 	   });
     	   
-    	   this[tName].playVideoStream(recordingName,0);
+    	   this.whiteboardVideos[tName].playVideoStream(recordingName,0);
     	]]>
     </method>