X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/875d1362ed16bfa0f85054fc7df31a4f08b9b29f..ec1969da79832d035791a9d6647242fffe0b176a:/StatusWindowController.m diff --git a/StatusWindowController.m b/StatusWindowController.m index 573aac8..6c8841c 100755 --- a/StatusWindowController.m +++ b/StatusWindowController.m @@ -242,5 +242,20 @@ static StatusWindowController *sharedController; [_window setLocked:YES]; } +- (void)showReconnectQueryWindow +{ + NSString *message = @"The selected shared player is available again.\nWould you like to reconnect to it?."; + + [_window setImage:[NSImage imageNamed:@"Register"]]; + [_window buildDialogWindowWithMessage:message + defaultButton:@"Reconnect" + alternateButton:@"Ignore" + target:[MainController sharedController] + defaultAction:@selector(reconnect) + alternateAction:@selector(cancelReconnect)]; + + [_window appear:self]; + [_window setLocked:YES]; +} @end \ No newline at end of file