]> git.sesse.net Git - vlc/commitdiff
Check for the updates when showing the dialog.
authorRémi Duraffort <ivoire@videolan.org>
Tue, 15 Jan 2008 13:36:58 +0000 (13:36 +0000)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 15 Jan 2008 13:36:58 +0000 (13:36 +0000)
modules/gui/qt4/dialogs/help.cpp

index c30365b767abd3781edeb3e5bf3ed9843152827d..ba79a8a2e81247665bac8d1179a6d3b7d793b7b6 100644 (file)
@@ -221,6 +221,9 @@ UpdateDialog::UpdateDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
     /* create the update structure and the callback */
     p_update = update_New( _p_intf );
     b_checked = false;
+
+    /* Check for updates */
+    UpdateOrDownload();
 }
 
 UpdateDialog::~UpdateDialog()