Skip to content

Commit

Permalink
Bugfixes Status Converter and Queuelist Items.
Browse files Browse the repository at this point in the history
- Fixes the status converter in the bloglist (Online, Offline) and
properly handles the items in the Queue upon stopping the crawling.
  • Loading branch information
johanneszab committed Jun 10, 2016
1 parent df4214f commit b0f1f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions TumblTwo/CrawlerForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions TumblTwo/CrawlerForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1195,10 +1195,10 @@ private void toolStop_Click(object sender, EventArgs e)
}
activeCrawlList.Clear();
}
if (bin.Count != 0)
{
bin.Clear();
}
//if (bin.Count != 0)
// {
// bin.Clear();
// }
//lvQueue.Items.Clear();
pictureList.Clear();
}
Expand Down

0 comments on commit b0f1f01

Please sign in to comment.