clear the torrent grid when stopping the ui

This commit is contained in:
Damien Churchill 2009-02-19 20:12:13 +00:00
parent 815d8aa39f
commit b9d84be341
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ Deluge.Ui = {
if (this.running) {
$clear(this.running);
this.running = false;
Deluge.Torrents.store.loadData([]);
}
}
}