1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

oops not meant to commit that...

This commit is contained in:
Leo Franchi 2012-04-13 13:48:17 -04:00
parent 7169c6d070
commit 78be0b75fe

View File

@ -308,7 +308,7 @@ ScriptResolver::cmdExited( int code, QProcess::ExitStatus status )
return;
}
if ( m_num_restarts < 0 )
if ( m_num_restarts < 10 )
{
m_num_restarts++;
tLog() << "*** Restart num" << m_num_restarts;