Skip to content

Commit

Permalink
updatethread, fix not reopen database after update
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jul 27, 2015
1 parent 930395b commit fe0a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseunits/uUpdateThread.pas
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ procedure TUpdateMangaManagerThread.RefreshList;
try
with MainForm do
begin
if dataProcess.WebsiteLoaded(website) then
if cbSelectManga.Items[cbSelectManga.ItemIndex] = website then
begin
vtMangaList.Clear;
if dataProcess = nil then
Expand Down

0 comments on commit fe0a0b8

Please sign in to comment.