diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-18 23:02:33 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-18 23:02:33 +0200 |
commit | ad61332a3e000d30fd3a2c24d2d3c6f1430f4c46 (patch) | |
tree | 60b2641cf48585982e6b51a3b358a4adee910a37 /src | |
parent | 4c938c852e66dc22e84136656cadb44fdd31c2e4 (diff) | |
download | jitsi-ad61332a3e000d30fd3a2c24d2d3c6f1430f4c46.zip jitsi-ad61332a3e000d30fd3a2c24d2d3c6f1430f4c46.tar.gz jitsi-ad61332a3e000d30fd3a2c24d2d3c6f1430f4c46.tar.bz2 |
Check for correct capability for showing desktop sharing
Closes #186
Diffstat (limited to 'src')
-rw-r--r-- | src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java index bfe2fd3..ae0e3b0 100644 --- a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java +++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListTreeCellRenderer.java @@ -1078,7 +1078,7 @@ public class ContactListTreeCellRenderer UIContactDetail desktopContact = uiContact.getDefaultContactDetail( - OperationSetDesktopStreaming.class); + OperationSetDesktopSharingServer.class); if (desktopContact != null || (contactPhoneUtil != null |