Skip to content

Commit

Permalink
Remove double locking
Browse files Browse the repository at this point in the history
The locking of the MainWindow's fListView was moved to
_RestorePositionAndSelection(). A forgotten call to its
LockLooper() resulted in a freeze of QuickLaunch whenever
the ignore list was to be altered.

Fixes #32.
  • Loading branch information
Humdinger committed May 24, 2019
1 parent 309fa66 commit b2a475d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions QuickLaunch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ QLApp::MessageReceived(BMessage* message)
}
fSetupWindow->UnlockLooper();
}

fMainWindow->fListView->LockLooper();
_RestorePositionAndSelection();
break;
}
Expand Down

0 comments on commit b2a475d

Please sign in to comment.