show pre-uploaded presentation in drop down

This commit is contained in:
Richard Alam 2011-10-03 01:46:37 -04:00
parent b52f5ae158
commit 8e98ae63bd

View File

@ -138,6 +138,7 @@ public class PresentationRoom {
sharing = share;
if (share) {
currentPresentation = presentationName;
presentationNames.add(presentationName);
} else {
currentPresentation = "";
}