From bd10e55a66c2ff86bcd5b40d5d8a6cd40670d6ef Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 17 May 2009 17:09:24 -0400 Subject: [PATCH] ws - I'm really disappointed with xcode's whitespace tools --- iPhoto2Ansel/AnselExportController.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/iPhoto2Ansel/AnselExportController.m b/iPhoto2Ansel/AnselExportController.m index 01de285ae..591a819d7 100644 --- a/iPhoto2Ansel/AnselExportController.m +++ b/iPhoto2Ansel/AnselExportController.m @@ -732,11 +732,10 @@ NSString * const TURAnselServerPasswordKey = @"password"; } #pragma mark export notifications - - (void)exportWindowWillClose: (NSNotification *)notification { [mServersPopUp selectItemAtIndex: 0]; - [self disconnect]; + [self disconnect]; [[NSNotificationCenter defaultCenter] removeObserver: self name: NSWindowWillCloseNotification object: nil]; @@ -748,7 +747,7 @@ NSString * const TURAnselServerPasswordKey = @"password"; // Register for the close notification [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(exportWindowWillClose:) - name: NSWindowWillCloseNotification + name: NSWindowWillCloseNotification object :nil]; // Only do this once -- 2.11.0