1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00
This commit is contained in:
Leo Franchi
2011-08-09 07:12:55 -04:00
parent 339710c86a
commit 585bfcdc49

View File

@@ -299,7 +299,6 @@ SourcesModel::activatePlaylistPage( ViewPage* p, SourceTreeItem* i )
if( !i ) if( !i )
return false; return false;
qDebug() << "Doing an activation check on:" << p << i;
if( qobject_cast< PlaylistItem* >( i ) && if( qobject_cast< PlaylistItem* >( i ) &&
qobject_cast< PlaylistItem* >( i )->activateCurrent() ) qobject_cast< PlaylistItem* >( i )->activateCurrent() )
return true; return true;