1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Pushed some logic for fairware from gui layers to hscommon.

This commit is contained in:
Virgil Dupras
2011-09-24 16:21:20 -04:00
parent 9fac97c147
commit 9a7a20472d
5 changed files with 27 additions and 37 deletions

View File

@@ -166,7 +166,7 @@ http://www.hardcoded.net/licenses/bsd_license
[[self resultWindow] restoreColumnsPosition:columnsOrder widths:columnsWidth];
else
[[self resultWindow] resetColumnsToDefault:nil];
[HSFairwareReminder showNagWithApp:[self py]];
[py initialRegistrationSetup];
[py loadSession];
}
@@ -227,4 +227,14 @@ http://www.hardcoded.net/licenses/bsd_license
{
[Dialogs showMessage:msg];
}
- (void)setupAsRegistered
{
// Nothing to do.
}
- (void)showFairwareNag
{
[HSFairwareReminder showNagWithApp:[self py]];
}
@end