Skip to content

Commit

Permalink
TWK-123: Re-resolve queries when their resolved-to result goes offline.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfranchi committed Aug 14, 2011
1 parent 65b2f42 commit 3df2c2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libtomahawk/query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,10 @@ Query::checkResults()
if ( m_solved && becameUnsolved )
{
m_solved = false;
m_resolveFinished = false;
emit solvedStateChanged( false );

refreshResults();
}

if ( becameSolved )
Expand Down

0 comments on commit 3df2c2a

Please sign in to comment.