Commit 1422a735 authored by Rémi Duraffort's avatar Rémi Duraffort

qt4: fix typo.

parent ba1d8716
......@@ -821,7 +821,7 @@ inline void MainInterface::showTab( int i_tab )
doComponentsUpdate(); // resize the player
}
else
if( i_tab == HIDDEN_TAB ) i_tab == BACKG_TAB;
if( i_tab == HIDDEN_TAB ) i_tab = BACKG_TAB;
stackCentralW->setCurrentIndex( i_tab );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment