Added super calls to ensure proper interface element validation #112

This commit is contained in:
michael starke
2013-11-23 18:30:53 +01:00
parent 245524e260
commit 504459564b

View File

@@ -548,7 +548,7 @@ typedef NS_ENUM(NSUInteger, MPAlertType) {
default: default:
valid = YES; valid = YES;
} }
return valid; return (valid && [super validateUserInterfaceItem:anItem]);
} }
- (void)_storeKeyURL:(NSURL *)keyURL { - (void)_storeKeyURL:(NSURL *)keyURL {