Commit 38f0f82f authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

update: Fix it.

parent 5e897851
...@@ -167,9 +167,9 @@ static VLCUpdate *_o_sharedInstance = nil; ...@@ -167,9 +167,9 @@ static VLCUpdate *_o_sharedInstance = nil;
[self setShouldCheckUpdate: [sender state]]; [self setShouldCheckUpdate: [sender state]];
} }
- (void)setUpToDate:(BOOL)uptodate - (void)setUpToDate:(NSNumber *)uptodate
{ {
if( uptodate ) if( [uptodate boolValue] )
{ {
[o_fld_releaseNote setString: @""]; [o_fld_releaseNote setString: @""];
[o_fld_currentVersion setStringValue: @""]; [o_fld_currentVersion setStringValue: @""];
......
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