From a6ac92c9b8b2eb3b4c12b2d594974a60fc792852 Mon Sep 17 00:00:00 2001 From: Yana Stamcheva Date: Mon, 7 Apr 2008 09:08:01 +0000 Subject: Fixed wrong first tab status icon reported by Damian. --- src/net/java/sip/communicator/impl/gui/main/chat/ChatWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/java/sip') diff --git a/src/net/java/sip/communicator/impl/gui/main/chat/ChatWindow.java b/src/net/java/sip/communicator/impl/gui/main/chat/ChatWindow.java index c3f3ee9..877d764 100755 --- a/src/net/java/sip/communicator/impl/gui/main/chat/ChatWindow.java +++ b/src/net/java/sip/communicator/impl/gui/main/chat/ChatWindow.java @@ -193,7 +193,7 @@ public class ChatWindow // Add first two tabs to the tabbed pane. chatTabbedPane.addTab( firstChatPanel.getChatName(), - chatPanel.getChatStatusIcon(), + firstChatPanel.getChatStatusIcon(), firstChatPanel); chatTabbedPane.addTab( chatName, -- cgit v1.1