Issue #429 set editor and view title the same, add separator to menu above collaboration
Former-commit-id:dd88bf775c
[formerly780fd03203
] [formerlydd88bf775c
[formerly780fd03203
] [formerlyd20fe3cfff
[formerly c045890c6da56c258dfa44610e7225a3f914e0ef]]] Former-commit-id:d20fe3cfff
Former-commit-id:d2f183205a
[formerlyef0e2814ef
] Former-commit-id:6171652e4c
This commit is contained in:
parent
bced718bdb
commit
e2b84386b9
2 changed files with 9 additions and 2 deletions
|
@ -122,8 +122,15 @@
|
|||
</extension>
|
||||
<extension
|
||||
point="org.eclipse.ui.menus">
|
||||
<menuContribution
|
||||
<menuContribution
|
||||
locationURI="menu:CAVE?after=browsers">
|
||||
<separator
|
||||
name="com.raytheon.uf.viz.collaboration.ui.separator"
|
||||
visible="true">
|
||||
</separator>
|
||||
</menuContribution>
|
||||
<menuContribution
|
||||
locationURI="menu:CAVE?after=com.raytheon.uf.viz.collaboration.ui.separator">
|
||||
<command
|
||||
commandId="com.raytheon.uf.viz.collaboration.collaborationBrowser"
|
||||
label="Collaboration"
|
||||
|
|
|
@ -536,7 +536,7 @@ public class VenueSession extends BaseSession implements IVenueSession,
|
|||
venueManager = getConnectionPresenceAdapter().getChatRoomManager();
|
||||
if (venueManager != null) {
|
||||
venueInfo = venueManager.getChatRoomInfo(venueName);
|
||||
subject = venueInfo.getSubject();
|
||||
subject = venueInfo.getDescription();
|
||||
if (venueInfo != null) {
|
||||
errorStatus = completeVenueConnection(venueInfo);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue