1
0
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:
Virgil Dupras 2012-01-13 17:02:41 -05:00
parent 9392f818cc
commit 475f2c7238

View File

@ -26,6 +26,7 @@ http://www.hardcoded.net/licenses/bsd_license
- (void)awakeFromNib - (void)awakeFromNib
{ {
model = [[PyDupeGuru alloc] init]; model = [[PyDupeGuru alloc] init];
[model bindCallback:createCallback(@"DupeGuruView", self)];
NSUserDefaults *ud = [NSUserDefaults standardUserDefaults]; NSUserDefaults *ud = [NSUserDefaults standardUserDefaults];
/* Because the pref pane is lazily loaded, we have to manually do the update check if the /* Because the pref pane is lazily loaded, we have to manually do the update check if the
preference is set. preference is set.