From: Michael J. Rubinsky Date: Sun, 17 May 2009 21:09:24 +0000 (-0400) Subject: ws - I'm really disappointed with xcode's whitespace tools X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bd10e55a66c2ff86bcd5b40d5d8a6cd40670d6ef;p=horde.git ws - I'm really disappointed with xcode's whitespace tools --- 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