Updates history previous/next buttons when history finished loading, or if it take too long they will be disabled on the first opened tab.

ice4sip 5107
Damian Minkov 12 years ago
parent 5377958981
commit 4172c5b279

@ -1975,6 +1975,8 @@ public void finished()
// Add incoming events accumulated while the history was loading
// at the end of the chat.
addIncomingEvents();
chatContainer.updateHistoryButtonState(ChatPanel.this);
}
};

Loading…
Cancel
Save