Skip to content

Commit

Permalink
Fix for issue #33
Browse files Browse the repository at this point in the history
  • Loading branch information
SimpsonGSD committed Nov 22, 2022
1 parent 31b6af1 commit 640f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P4EditVS/P4EditVS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ private void EnsureBlocklistsArePopulated()
_checkoutPromptBlocklistDirectories = new HashSet<string>();
_checkoutPromptBlocklistFilePaths = new HashSet<string>();
OptionPageGrid page = (OptionPageGrid)GetDialogPage(typeof(OptionPageGrid));
if (string.IsNullOrEmpty(page.CheckoutPromptAllowlist))
if (string.IsNullOrEmpty(page.CheckoutPromptBlocklist))
{
return;
}
Expand Down

0 comments on commit 640f155

Please sign in to comment.