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

[#188 state:fixed] Instead of showing a crash report on iTunes communication problems, show a friendlier message.

This commit is contained in:
Virgil Dupras
2012-03-09 11:34:08 -05:00
parent 22de2d803a
commit 5fb7742cf4
5 changed files with 27 additions and 26 deletions

View File

@@ -213,6 +213,11 @@ http://www.hardcoded.net/licenses/bsd_license
[Dialogs showMessage:msg];
}
- (BOOL)askYesNoWithPrompt:(NSString *)prompt
{
return [Dialogs askYesNo:prompt] == NSAlertFirstButtonReturn;
}
- (void)setupAsRegistered
{
// Nothing to do.