From 475f2c7238e61f2fb05852aa0b490af60e13f570 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 13 Jan 2012 17:02:41 -0500 Subject: [PATCH] Fixed PyDupeGuru which didn't have its callback set. --HG-- branch : objp --- cocoa/base/AppDelegate.m | 1 + 1 file changed, 1 insertion(+) diff --git a/cocoa/base/AppDelegate.m b/cocoa/base/AppDelegate.m index bfeb789e..c31abf10 100644 --- a/cocoa/base/AppDelegate.m +++ b/cocoa/base/AppDelegate.m @@ -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.