missed updating one updatePiecesView

This commit is contained in:
Mitchell Livingston 2013-03-12 03:33:54 +00:00
parent 9e99950dd4
commit ac0372f932
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
{
const BOOL availability = [sender selectedSegment] == PIECES_CONTROL_AVAILABLE;
[[NSUserDefaults standardUserDefaults] setBool: availability forKey: @"PiecesViewShowAvailability"];
[self updatePiecesView];
[self updatePiecesView:nil];
}