Fixed some bugs.

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@158 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Denis Zgonjanin 2008-07-04 17:34:49 +00:00
parent ae1d7d6471
commit 2be711a5c3

View File

@ -199,6 +199,7 @@ package org.bigbluebutton.modules.presentation.view
presentationWindow.uploadWindow.x = point1.x + 25;
presentationWindow.uploadWindow.y = point1.y + 25;
unsharePresentation(new Event("unshare"));
sendNotification(PresentationFacade.STARTUPLOADWINDOW, presentationWindow.uploadWindow);
}