Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Feb 2, 2014
1 parent b517c1f commit 979b3d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog_AirDC.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Fixed:
- Avoid delaying GUI actions while scanning the share for missing files or running multithreaded file list refresh
- Fix logging of uploads twice in some cases
- Fix multiple items with the same name not being displayed in ADL search matches
- Fix possible crashes related to recent hubs
- Fix window updates possibly getting lost when staying in very large hubs

Removed:

Expand Down
1 change: 1 addition & 0 deletions windows/HubFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,7 @@ void HubFrame::on(UsersUpdated, const Client*, const OnlineUserList& aList) noex
void HubFrame::on(ClientListener::UserRemoved, const Client*, const OnlineUserPtr& user) noexcept {
auto task = new UserTask(user);
tasks.add(REMOVE_USER, unique_ptr<Task>(task));
updateUsers = true;
}

void HubFrame::on(Redirect, const Client*, const string& line) noexcept {
Expand Down

0 comments on commit 979b3d1

Please sign in to comment.