Don't show multiple checks in pull-down menus in the prefs.

This commit is contained in:
Mitchell Livingston
2006-07-16 05:47:06 +00:00
parent 1f920e8ff7
commit 21d23cf4bd
3 changed files with 2 additions and 3 deletions

View File

@@ -1494,8 +1494,7 @@ static void sleepCallBack(void * controller, io_service_t y,
frame.size.height += heightChange;
frame.origin.y -= heightChange;
[fWindow setFrame: frame display: YES animate: NO];
[fWindow setFrame: frame display: YES];
[fTableView reloadData];
}
}