Skip to content

Commit

Permalink
Update harborprefs.xm to compile with latest version of theos
Browse files Browse the repository at this point in the history
  • Loading branch information
eswick committed Jan 31, 2017
1 parent 200d5de commit 1d05275
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions harborprefs/harborprefs.xm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#import <Preferences/Preferences.h>
#import <Preferences/PSSpecifier.h>
#import <Preferences/PSListController.h>
#import "HBPreferences.h"

extern "C" {
Expand Down Expand Up @@ -67,7 +68,7 @@ NSArray* SpecifiersFromPlist (

NSString *specifierID = nil;
NSString *title = nil;
_specifiers = [SpecifiersFromPlist(plist, _specifier, self, @"harborprefs", [self bundle], &title, &specifierID, self, &_bundleControllers) retain];
_specifiers = [SpecifiersFromPlist(plist, [self specifier], self, @"harborprefs", [self bundle], &title, &specifierID, self, nil) retain];

if (title)
[self setTitle:title];
Expand Down

0 comments on commit 1d05275

Please sign in to comment.