aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2008-06-11 18:48:18 +0000
committerYana Stamcheva <yana@jitsi.org>2008-06-11 18:48:18 +0000
commit0ba7eae3e758a96511c91c0df6aad0f95458cf94 (patch)
treeda3df069662dbeaed777b0aa1bdf1ced2d41f5aa /src/net/java
parent178c27aebc8ca1f6fad6c9ecc0aa6a112fe82545 (diff)
downloadjitsi-0ba7eae3e758a96511c91c0df6aad0f95458cf94.zip
jitsi-0ba7eae3e758a96511c91c0df6aad0f95458cf94.tar.gz
jitsi-0ba7eae3e758a96511c91c0df6aad0f95458cf94.tar.bz2
Enable sms check box for all contacts, when available.
Diffstat (limited to 'src/net/java')
-rw-r--r--src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java
index 1d4fef2..d8edf8a 100644
--- a/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java
+++ b/src/net/java/sip/communicator/impl/gui/main/chat/MetaContactChatPanel.java
@@ -109,14 +109,6 @@ public class MetaContactChatPanel
getChatSendPanel().getSendPanel().add(contactSelectorBox, 0);
getChatSendPanel().getSendPanel().add(sendViaLabel, 0);
- // Initialize the "send as SMS" check box.
- // getChatSendPanel().getSendPanel().add(sendSmsCheckBox, 0);
- if (protocolContact.getProtocolProvider()
- .getOperationSet(OperationSetSmsMessaging.class) != null)
- sendSmsCheckBox.setEnabled(true);
- else
- sendSmsCheckBox.setEnabled(false);
-
//Enables to change the protocol provider by simply pressing the CTRL-P
//key combination
ActionMap amap = this.getActionMap();