From c88c3b4d09a313f202593a66db01eb42feb65274 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 23 Dec 2007 17:35:42 +0000 Subject: [PATCH] clear the "maximum connections" inspector field when no transfers are selected --- macosx/InfoWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index d22b1f15a..5a2b6b93e 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -245,7 +245,7 @@ typedef enum [fPexCheck setToolTip: nil]; [fPeersConnectField setEnabled: NO]; - [fPexCheck setStringValue: @""]; + [fPeersConnectField setStringValue: @""]; } [fFileOutline setTorrent: nil];