Revision: 4000
Author: seba.wagner
Date: Tue Jul 19 09:47:59 2011
Log: Fix hideTopBar Option in Room Object
http://code.google.com/p/openmeetings/source/detail?r=4000
Modified:
/trunk/singlewebapp/src/app/org/openmeetings/app/data/conference/Roommanagement.java
=======================================
---
/trunk/singlewebapp/src/app/org/openmeetings/app/data/conference/Roommanagement.java
Sun Jul 17 11:08:19 2011
+++
/trunk/singlewebapp/src/app/org/openmeetings/app/data/conference/Roommanagement.java
Tue Jul 19 09:47:59 2011
@@ -998,6 +998,8 @@
r.setWaitForRecording(waitForRecording);
r.setAllowRecording(allowRecording);
+
+ r.setHideTopBar(hideTopBar);
Object idf = HibernateUtil.createSession();
EntityManager session = HibernateUtil.getSession();
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en.