1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

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

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"])
{