1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 16:31:58 +02:00
This commit is contained in:
Leo Franchi 2011-01-15 14:09:55 -05:00
parent 14dab933de
commit ffce6606a3

View File

@ -198,7 +198,7 @@ DynamicWidget::applyModeChange( int mode )
} else if( mode == Static ) {
m_generateButton->setText( tr( "Generate" ) );
m_genNumber->show();
if( m_headerLayout->indexOf( m_generateButton ) == -1 )
if( m_headerLayout->indexOf( m_genNumber ) == -1 )
m_headerLayout->insertWidget( 4, m_genNumber );
disconnect( TomahawkApp::instance()->audioEngine(), SIGNAL( loading( Tomahawk::result_ptr ) ), this, SLOT( newTrackLoading() ) );