Ursprung
Commit
0539789782
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit
0 neuen und
20 gelöschten Zeilen
-
exacttimeprefs/ExactTimeprefs.mm
|
|
@@ -1,20 +0,0 @@ |
|
|
|
#import <Preferences/Preferences.h> |
|
|
|
|
|
|
|
@interface ExactTimeprefsListController: PSListController { |
|
|
|
} |
|
|
|
@end |
|
|
|
|
|
|
|
@implementation ExactTimeprefsListController |
|
|
|
- (id)specifiers { |
|
|
|
if(_specifiers == nil) { |
|
|
|
_specifiers = [[self loadSpecifiersFromPlistName:@"ExactTimeprefs" target:self] retain]; |
|
|
|
} |
|
|
|
return _specifiers; |
|
|
|
} |
|
|
|
|
|
|
|
-(void)apply{ |
|
|
|
[self.view endEditing:YES]; |
|
|
|
} |
|
|
|
@end |
|
|
|
|
|
|
|
// vim:ft=objc |