From ce26c1a8d44743c418e6af461ba970cea3afaaee Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 15 Mar 2011 02:21:09 +0000 Subject: - Fix more compiler warnings - Tweak README --- Source/SPConnectionController.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/SPConnectionController.m') diff --git a/Source/SPConnectionController.m b/Source/SPConnectionController.m index 66627132..5e3d0a2d 100644 --- a/Source/SPConnectionController.m +++ b/Source/SPConnectionController.m @@ -80,6 +80,7 @@ @synthesize connectionSSHKeychainItemAccount; @synthesize isConnecting; +@synthesize favoritesPBoardType; #pragma mark - @@ -527,7 +528,7 @@ // Restore the toolbar icons NSArray *toolbarItems = [[[tableDocument parentWindow] toolbar] items]; - for (NSInteger i = 0; i < [toolbarItems count]; i++) [[toolbarItems objectAtIndex:i] setEnabled:YES]; + for (NSUInteger i = 0; i < [toolbarItems count]; i++) [[toolbarItems objectAtIndex:i] setEnabled:YES]; // Set keychain id for saving SPF files if (connectionKeychainID) [tableDocument setKeychainID:connectionKeychainID]; -- cgit v1.2.3