From 14440202e06ef7a26a50abbc32a0d5c3bc0d1140 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Tue, 24 Jun 2008 15:34:21 -0700 Subject: [PATCH] Force dialog to be shown when automatic updates are made. --- modules/gui/qt4/dialogs/help.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp index df020a4a94..24b28208ce 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" ) ); -- 2.39.2