]> git.sesse.net Git - vlc/commitdiff
Qt4 - small cosmetic change.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 8 Dec 2007 04:23:13 +0000 (04:23 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 8 Dec 2007 04:23:13 +0000 (04:23 +0000)
modules/gui/qt4/dialogs/mediainfo.cpp

index 946577715b4d289d5c1f32c1d0e2def8da042e52..78839586721ad13d370931920f8b6fa8dad858e3 100644 (file)
@@ -109,8 +109,8 @@ MediaInfoDialog::~MediaInfoDialog()
 
 void MediaInfoDialog::showTab( int i_tab = 0 )
 {
-    this->show();
     IT->setCurrentIndex( i_tab );
+    show();
 }
 
 void MediaInfoDialog::showMetaSaveButton()