Commit 14440202 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Force dialog to be shown when automatic updates are made.

parent fd2c554d
...@@ -292,6 +292,9 @@ void UpdateDialog::updateNotify( bool b_result ) ...@@ -292,6 +292,9 @@ void UpdateDialog::updateNotify( bool b_result )
updateButton->setText( "Download" ); updateButton->setText( "Download" );
updateLabel->setText( qtr( "There is a new version of VLC :\n" ) updateLabel->setText( qtr( "There is a new version of VLC :\n" )
+ qfu( p_release->psz_desc ) ); + qfu( p_release->psz_desc ) );
/* Force the dialog to be shown */
this->show();
} }
else else
updateLabel->setText( qtr( "You have the latest version of VLC" ) ); updateLabel->setText( qtr( "You have the latest version of VLC" ) );
......
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