Commit 1266cca8 authored by Rémi Duraffort's avatar Rémi Duraffort

Check for the updates when showing the dialog.

parent adc268b1
...@@ -221,6 +221,9 @@ UpdateDialog::UpdateDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf ) ...@@ -221,6 +221,9 @@ UpdateDialog::UpdateDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
/* create the update structure and the callback */ /* create the update structure and the callback */
p_update = update_New( _p_intf ); p_update = update_New( _p_intf );
b_checked = false; b_checked = false;
/* Check for updates */
UpdateOrDownload();
} }
UpdateDialog::~UpdateDialog() UpdateDialog::~UpdateDialog()
......
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