try to solve the problem with disapearing contact list, it seems that it's not yet solved

cusax-fix
Yana Stamcheva 20 years ago
parent dc75db520f
commit efe305b942

@ -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();
}
/**

Loading…
Cancel
Save