mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed PyDupeGuru which didn't have its callback set.
--HG-- branch : objp
This commit is contained in:
parent
9392f818cc
commit
475f2c7238
@ -26,6 +26,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
model = [[PyDupeGuru alloc] init];
|
||||
[model bindCallback:createCallback(@"DupeGuruView", self)];
|
||||
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
|
||||
/* Because the pref pane is lazily loaded, we have to manually do the update check if the
|
||||
preference is set.
|
||||
|
Loading…
x
Reference in New Issue
Block a user