aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2016-05-18 23:02:33 +0200
committerIngo Bauersachs <ingo@jitsi.org>2016-05-18 23:02:33 +0200
commitad61332a3e000d30fd3a2c24d2d3c6f1430f4c46 (patch)
tree60b2641cf48585982e6b51a3b358a4adee910a37 /src
parent4c938c852e66dc22e84136656cadb44fdd31c2e4 (diff)
downloadjitsi-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.java2
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