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

* Don't track history for destroyed widgets.

This commit is contained in:
Christian Muehlhaeuser 2012-06-12 05:41:19 +02:00
parent f7d3c48b25
commit 35a25c3971

View File

@ -871,6 +871,7 @@ ViewManager::onWidgetDestroyed( QWidget* widget )
if ( resetWidget )
{
m_currentPage = 0;
historyBack();
}
}