Commit fa699c8b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Disable auto-update.

parent f63666d1
...@@ -820,10 +820,10 @@ static void Run( intf_thread_t *p_intf ) ...@@ -820,10 +820,10 @@ static void Run( intf_thread_t *p_intf )
Help( p_intf, b_longhelp ); Help( p_intf, b_longhelp );
} }
else if( !strcmp( psz_cmd, "check-updates" ) ) /*else if( !strcmp( psz_cmd, "check-updates" ) )
{ {
checkUpdates( p_intf, psz_arg ); checkUpdates( p_intf, psz_arg );
} }*/
else switch( psz_cmd[0] ) else switch( psz_cmd[0] )
{ {
case 'f': case 'f':
......
...@@ -1763,13 +1763,13 @@ static VLCMain *_o_sharedMainInstance = nil; ...@@ -1763,13 +1763,13 @@ static VLCMain *_o_sharedMainInstance = nil;
- (IBAction)checkForUpdate:(id)sender - (IBAction)checkForUpdate:(id)sender
{ {
if (!nib_update_loaded) /*if (!nib_update_loaded)
{ {
nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner:self]; nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner:self];
[o_update showUpdateWindow]; [o_update showUpdateWindow];
} else { } else {
[o_update showUpdateWindow]; [o_update showUpdateWindow];
} }*/
} }
- (IBAction)closeError:(id)sender - (IBAction)closeError:(id)sender
......
...@@ -549,8 +549,8 @@ void DialogsProvider::OnExitThread( wxCommandEvent& WXUNUSED(event) ) ...@@ -549,8 +549,8 @@ void DialogsProvider::OnExitThread( wxCommandEvent& WXUNUSED(event) )
void DialogsProvider::OnUpdateVLC( wxCommandEvent& WXUNUSED(event) ) void DialogsProvider::OnUpdateVLC( wxCommandEvent& WXUNUSED(event) )
{ {
/* Show/hide the file info window */ /* Show/hide the file info window */
if( !p_updatevlc_dialog ) /*if( !p_updatevlc_dialog )
p_updatevlc_dialog = new UpdateVLC( p_intf, this ); p_updatevlc_dialog = new UpdateVLC( p_intf, this );*/
if( p_updatevlc_dialog ) if( p_updatevlc_dialog )
{ {
......
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