From 1c83de995e4c449cd6ea50c88915ef2ffb5e7628 Mon Sep 17 00:00:00 2001
From: Richard Alam <ritzalam@gmail.com>
Date: Fri, 4 Jun 2010 13:36:32 -0400
Subject: [PATCH] - reintroducing one of the changes that was reverted in
 http://github.com/bigbluebutton/bigbluebutton/commit/3075040ca0e692209b12b81eaf4471ce3137858d

---
 bigbluebutton-client/src/BigBlueButton.mxml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/bigbluebutton-client/src/BigBlueButton.mxml b/bigbluebutton-client/src/BigBlueButton.mxml
index 484b41d1b4..d442d79377 100644
--- a/bigbluebutton-client/src/BigBlueButton.mxml
+++ b/bigbluebutton-client/src/BigBlueButton.mxml
@@ -40,8 +40,11 @@
 		 * http://gregjessup.com/flex-3-advanceddatagrid-cannot-convert-mxmanagersdragmanagerimpl-to-mxmanagersidragmanager/
 		 * http://butterfliesandbugs.wordpress.com/2007/10/25/workaround-for-error-when-loading-popups-from-modules/
 		 */
-			import mx.managers.IDragManager; 
-			private var iDragManager:IDragManager;  
+		import mx.managers.IDragManager; 
+		private var iDragManager:IDragManager;  
+
+		/** another workaround - for this issue: https://bugs.adobe.com/jira/browse/SDK-13121*/
+		private var hist:HistoryManager
 				
 		private function handleConfigLoadedEvent(e:Event):void {
 			trace('Got CONFIG_LOADED_EVENT');
-- 
GitLab