Don't allow filter to be selected on launch.

This commit is contained in:
Mitchell Livingston 2006-07-16 18:05:11 +00:00
parent dc18992d4a
commit e03ca2eda0
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ static void sleepCallBack(void * controller, io_service_t y,
[fWindow setToolbar: fToolbar];
[fWindow setDelegate: self];
[fWindow makeFirstResponder: fTableView];
//set table size
if ([fDefaults boolForKey: @"SmallView"])
{