SPARK-1240

- saves if contactlist should show empty groups 

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12068 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Holger Bergunde
2011-03-08 09:59:20 +00:00
committed by holger.bergunde
parent 9ad392cccf
commit 10b9c81a2c

View File

@ -269,7 +269,7 @@ public final class ContactList extends JPanel implements ActionListener, Contact
// Get command panel and add View Online/Offline, Add Contact
// StatusBar statusBar = SparkManager.getWorkspace().getStatusBar();
final JPanel commandPanel = SparkManager.getWorkspace().getCommandPanel();
final JPanel commandPanel = SparkManager.getWorkspace().getCommandPanel();
final RolloverButton addContactButton = new RolloverButton(SparkRes.getImageIcon(SparkRes.USER1_ADD_16x16));
@ -1089,7 +1089,7 @@ public final class ContactList extends JPanel implements ActionListener, Contact
//Check if i should show groups with no users online
if (!getContactGroup(groupName).hasAvailableContacts())
{
showEmptyGroups(showHideMenu.isSelected());
showEmptyGroups(localPreferences.isEmptyGroupsShown());
}