From f38b97735dc71e30ddb8b302a937cc00dddcab10 Mon Sep 17 00:00:00 2001 From: Yana Stamcheva Date: Sun, 21 Jun 2009 08:20:18 +0000 Subject: [PATCH] In the drop down menu on the contact list, make "Enable/Disable sound" and "Show/hide offline" icons correspond the current state of the toggle buttons. --- .../impl/gui/main/contactlist/ActionMenuPanel.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/ActionMenuPanel.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/ActionMenuPanel.java index 54610158b..8fb5c7026 100644 --- a/src/net/java/sip/communicator/impl/gui/main/contactlist/ActionMenuPanel.java +++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/ActionMenuPanel.java @@ -73,15 +73,15 @@ public ActionMenuPanel() addMoreActionsButton( ImageLoader.getImage( ConfigurationManager.isShowOffline() - ? ImageLoader.QUICK_MENU_HIDE_OFFLINE_ICON - : ImageLoader.QUICK_MENU_SHOW_OFFLINE_ICON), + ? ImageLoader.QUICK_MENU_SHOW_OFFLINE_ICON + : ImageLoader.QUICK_MENU_HIDE_OFFLINE_ICON), "Show/Hide", "showOffline"); addMoreActionsButton( ImageLoader.getImage( GuiActivator.getAudioNotifier().isMute() - ? ImageLoader.QUICK_MENU_SOUND_ON_ICON - : ImageLoader.QUICK_MENU_SOUND_OFF_ICON), + ? ImageLoader.QUICK_MENU_SOUND_OFF_ICON + : ImageLoader.QUICK_MENU_SOUND_ON_ICON), "Sound", "sound"); addMoreActionsButton(