Commit 16e5f077 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - small cosmetic change.

parent 214fca41
...@@ -109,8 +109,8 @@ MediaInfoDialog::~MediaInfoDialog() ...@@ -109,8 +109,8 @@ MediaInfoDialog::~MediaInfoDialog()
void MediaInfoDialog::showTab( int i_tab = 0 ) void MediaInfoDialog::showTab( int i_tab = 0 )
{ {
this->show();
IT->setCurrentIndex( i_tab ); IT->setCurrentIndex( i_tab );
show();
} }
void MediaInfoDialog::showMetaSaveButton() void MediaInfoDialog::showMetaSaveButton()
......
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