1
0
kopia lustrzana https://github.com/arsenetar/dupeguru.git synced 2026-02-23 20:21:38 +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
rodzic 9392f818cc
commit 475f2c7238

Wyświetl plik

@@ -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.