mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Tons of plugin code cleanup, including adding plugins to intellij configs.
[SPARK-912] Incorporated patches submitted for a wealth of localization improvements, also includes new confirmation when clearing transcript, ability to globally override spark properties, and ability to disable or change spark update check frequency. git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@9710 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
dhenninger
parent
518bcb21b4
commit
11c7ef79d2
@ -137,7 +137,7 @@ public class RosterDialog implements PropertyChangeListener, ActionListener {
|
||||
accounts.setRenderer(new JPanelRenderer());
|
||||
|
||||
for (ContactGroup group : contactList.getContactGroups()) {
|
||||
if (!group.isOfflineGroup() && !"Unfiled".equalsIgnoreCase(group.getGroupName()) && !group.isSharedGroup()) {
|
||||
if (!group.isOfflineGroup() && !Res.getString("unfiled").equalsIgnoreCase(group.getGroupName()) && !group.isSharedGroup()) {
|
||||
groupModel.add(group.getGroupName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user