@ -647,7 +647,7 @@ private void initButtonsPanel(UIContact uiContact)
UIContactDetail desktopContact
= uiContact . getDefaultContactDetail (
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
if ( desktopContact ! = null )
{
@ -954,7 +954,7 @@ private void shareDesktop(TreeNode treeNode)
List < UIContactDetail > desktopContacts
= ( ( ContactNode ) treeNode ) . getContactDescriptor ( )
. getContactDetailsForOperationSet (
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
ChooseCallAccountPopupMenu chooseAccountDialog = null ;
@ -964,7 +964,7 @@ private void shareDesktop(TreeNode treeNode)
ProtocolProviderService preferredProvider
= detail . getPreferredProtocolProvider (
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
List < ProtocolProviderService > providers = null ;
String protocolName = null ;
@ -981,7 +981,7 @@ private void shareDesktop(TreeNode treeNode)
{
protocolName = preferredProvider . getProtocolName ( ) ;
providers = CallManager . getRegisteredProviders ( protocolName ,
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
}
}
// If we don't have a preferred provider we try to obtain a
@ -989,10 +989,10 @@ private void shareDesktop(TreeNode treeNode)
else
{
protocolName = detail . getPreferredProtocol (
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
providers
= CallManager . getRegisteredProviders ( protocolName ,
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
}
// If our call didn't succeed, try to call through one of the other
@ -1018,14 +1018,14 @@ else if (providersCount == 1)
else if ( providersCount > 1 )
chooseAccountDialog = new ChooseCallAccountPopupMenu (
tree , detail . getAddress ( ) , providers ,
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
}
}
else if ( desktopContacts . size ( ) > 1 )
{
chooseAccountDialog
= new ChooseCallAccountPopupMenu ( tree , desktopContacts ,
OperationSetDesktopS treaming . class ) ;
OperationSetDesktopS haringServer . class ) ;
}
// If the choose dialog is created we're going to show it.