mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1153 - Wrong contacts count on reconnect
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@11900 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
konstantin.zolotarev
parent
4c37663b77
commit
e0d14d9fcc
@ -2093,7 +2093,8 @@ public final class ContactList extends JPanel implements ActionListener, Contact
|
||||
|
||||
public void clientReconnected() {
|
||||
workspace.changeCardLayout(Workspace.WORKSPACE_PANE);
|
||||
offlineGroup.fireContactGroupUpdated(); buildContactList();
|
||||
offlineGroup.fireContactGroupUpdated();
|
||||
buildContactList();
|
||||
|
||||
final TimerTask updatePresence = new TimerTask() {
|
||||
public void run() {
|
||||
|
||||
Reference in New Issue
Block a user