]> git.sesse.net Git - vlc/commitdiff
Force dialog to be shown when automatic updates are made.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Jun 2008 22:34:21 +0000 (15:34 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 24 Jun 2008 22:34:21 +0000 (15:34 -0700)
modules/gui/qt4/dialogs/help.cpp

index df020a4a94849907a7113d3a249ac4443cadc7ac..24b28208ce75a6a88cce6f72cefc6010bf6aeb0a 100644 (file)
@@ -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" ) );