Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yishai Galatzer authored and emgarten committed Oct 8, 2015
1 parent eaa2dee commit d4a128f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ private void ResetSolutionSettings()
{
string root;
if (SolutionManager == null
|| !SolutionManager.IsSolutionOpen)
|| !SolutionManager.IsSolutionOpen
|| string.IsNullOrEmpty(SolutionManager.SolutionDirectory))
{
root = null;
}
Expand Down

0 comments on commit d4a128f

Please sign in to comment.