Skip to content

Commit

Permalink
fix the problem in the downloadmanager, when the 'delete' button is p…
Browse files Browse the repository at this point in the history
…ressed, the downloaded item count is not

updated
  • Loading branch information
gzsombor committed Dec 4, 2010
1 parent 784a4ca commit 6c2bc1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/downloadmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ bool DownloadModel::removeRows(int row, int count, const QModelIndex &parent)
}
}
m_downloadManager->m_autoSaver->changeOccurred();
m_downloadManager->updateItemCount();
return true;
}

Expand Down

0 comments on commit 6c2bc1a

Please sign in to comment.