1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

and add semicolon

This commit is contained in:
Leo Franchi 2011-08-17 10:12:29 -04:00
parent 2c846c4ae2
commit 178095acc0

View File

@ -293,7 +293,7 @@ SourcesModel::viewPageActivated( Tomahawk::ViewPage* page )
// include DynamicWidget.h here (so can't dynamic_cast).
// this could also be fixed by keeping a master list of playlists/sourcetreeitems... but that's even uglier i think. this is only called the first time a certain viewpage is clicked from external
// sources.
activatePlaylistPage( page, m_rootItem )
activatePlaylistPage( page, m_rootItem );
m_viewPageDelayedCacheItem = page;
}
}