1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 09:10:53 +02:00

Merge remote branch 'origin' into phonon

This commit is contained in:
Christian Muehlhaeuser
2011-02-28 11:50:34 +01:00

View File

@@ -615,6 +615,8 @@ PlaylistManager::onWidgetDestroyed( QWidget* widget )
if ( page->widget() == widget )
{
m_pageHistory.removeAt( i );
if ( m_historyPosition > i )
m_historyPosition--;
break;
}
}