1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

show station error again

This commit is contained in:
Leo Franchi
2011-02-27 15:14:47 -05:00
parent 13cd815499
commit 063dd30ba5

View File

@@ -234,8 +234,8 @@ DynamicWidget::generate( int num )
void
DynamicWidget::stationFailed( const QString& msg )
{
m_view->showMessage( msg );
m_view->setDynamicWorking( false );
m_view->showMessage( msg );
m_loading->fadeOut();
stopStation( false );