1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

Risk passing around a bad path to get meaningful errors.

This commit is contained in:
Teo Mrnjavac 2014-08-21 22:18:43 +02:00
parent da97f8ac63
commit 0d9c7cdc0f

View File

@ -511,7 +511,7 @@ SettingsDialog::installFromFile()
0,
QFileDialog::ReadOnly );
if ( !resolver.isEmpty() && QFileInfo( resolver ).exists() )
if ( !resolver.isEmpty() )
{
GlobalActionManager::instance()->installResolverFromFile( resolver );
}