Backed out changeset: 83cb579a3761

This commit is contained in:
BetaSteward 2011-05-14 23:32:22 -04:00
parent 473f6bcad9
commit a4c3deb7ac
38 changed files with 63 additions and 2657 deletions

View file

@ -190,11 +190,10 @@ public class TablesPanel extends javax.swing.JPanel {
}
public void hideTables() {
if (tableWaitingDialog != null && tableWaitingDialog.isVisible()) {
if (tableWaitingDialog.isVisible()) {
tableWaitingDialog.closeDialog();
}
if (updateTask != null)
updateTask.cancel(true);
updateTask.cancel(true);
this.chatPanel.disconnect();
Component c = this.getParent();