mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
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:
committed by
holger.bergunde
parent
9ad392cccf
commit
10b9c81a2c
@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user