[vlc-devel] commit: qt4: fix typo. ( Rémi Duraffort )

git version control git at videolan.org
Tue Feb 2 20:19:03 CET 2010


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Feb  2 20:18:47 2010 +0100| [1422a7353b511736e448029f0ece51eae853b3c5] | committer: Rémi Duraffort 

qt4: fix typo.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1422a7353b511736e448029f0ece51eae853b3c5
---

 modules/gui/qt4/main_interface.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index d6e4d6e..216cb99 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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 );
 




More information about the vlc-devel mailing list