Issue #429 set editor and view title the same, add separator to menu above collaboration
Former-commit-id:1607b7cdb6
[formerlydd88bf775c
] [formerly780fd03203
] [formerly1607b7cdb6
[formerlydd88bf775c
] [formerly780fd03203
] [formerlyd20fe3cfff
[formerly780fd03203
[formerly c045890c6da56c258dfa44610e7225a3f914e0ef]]]] Former-commit-id:d20fe3cfff
Former-commit-id:6bea493d6e
[formerlyd2f183205a
] [formerly 0ed3cb12f6d64edaca807a2d18444a39537c371d [formerlyef0e2814ef
]] Former-commit-id: 2e52b78b41388f0b678b3cea13f68e36349d3e41 [formerly6171652e4c
] Former-commit-id:e2b84386b9
This commit is contained in:
parent
436c596c10
commit
d402170f18
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