From efe305b942475f1c271817d0af266b879b920c03 Mon Sep 17 00:00:00 2001 From: Yana Stamcheva Date: Tue, 10 Oct 2006 10:10:39 +0000 Subject: [PATCH] try to solve the problem with disapearing contact list, it seems that it's not yet solved --- .../communicator/impl/gui/main/contactlist/ContactList.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactList.java b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactList.java index e2297e652..bed20a302 100644 --- a/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactList.java +++ b/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactList.java @@ -175,10 +175,10 @@ public void metaContactGroupRemoved(MetaContactGroupEvent evt) { * that was selected before the reordered event. This way the selection * depends on the contact and not on the index. */ - public void childContactsReordered(MetaContactGroupEvent evt) { - this.refresh(); + public void childContactsReordered(MetaContactGroupEvent evt) { if (currentlySelectedContact != null) this.setSelectedValue(currentlySelectedContact, false); + this.refresh(); } /**