diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp index df020a4a94849907a7113d3a249ac4443cadc7ac..24b28208ce75a6a88cce6f72cefc6010bf6aeb0a 100644 --- a/modules/gui/qt4/dialogs/help.cpp +++ b/modules/gui/qt4/dialogs/help.cpp @@ -292,6 +292,9 @@ void UpdateDialog::updateNotify( bool b_result ) updateButton->setText( "Download" ); updateLabel->setText( qtr( "There is a new version of VLC :\n" ) + qfu( p_release->psz_desc ) ); + + /* Force the dialog to be shown */ + this->show(); } else updateLabel->setText( qtr( "You have the latest version of VLC" ) );