undoing some checkins from merge

This commit is contained in:
BetaSteward 2011-06-05 14:26:51 -04:00
parent 83b798ad94
commit 872057c49a
3 changed files with 2 additions and 4 deletions

View file

@ -473,8 +473,7 @@ class UpdateTablesTask extends SwingWorker<Void, Collection<TableView>> {
@Override
protected Void doInBackground() throws Exception {
while (!isCancelled()) {
if (MageFrame.getDesktop().getSelectedFrame() instanceof TablesPane)
this.publish(session.getTables(roomId));
this.publish(session.getTables(roomId));
Thread.sleep(1000);
}
return null;