clear the "maximum connections" inspector field when no transfers are selected

This commit is contained in:
Mitchell Livingston 2007-12-23 17:35:42 +00:00
parent b2ef73f722
commit c88c3b4d09
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ typedef enum
[fPexCheck setToolTip: nil];
[fPeersConnectField setEnabled: NO];
[fPexCheck setStringValue: @""];
[fPeersConnectField setStringValue: @""];
}
[fFileOutline setTorrent: nil];