From: Michael J. Rubinsky Date: Thu, 7 May 2009 15:47:48 +0000 (-0400) Subject: Fix enabling of Create Gallery button X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=763f715e6097f869cea5982254208a2f90bdcae7;p=horde.git Fix enabling of Create Gallery button --- diff --git a/iPhoto2Ansel/AnselExportController.m b/iPhoto2Ansel/AnselExportController.m index 6f1ae28f9..3dc633c1a 100644 --- a/iPhoto2Ansel/AnselExportController.m +++ b/iPhoto2Ansel/AnselExportController.m @@ -413,6 +413,7 @@ NSString * const TURAnselServerPasswordKey = @"password"; { [galleryCombo deselectItemAtIndex: [galleryCombo indexOfSelectedItem]]; [mServersPopUp setEnabled: false]; + [mNewGalleryButton setEnabled: false]; [self setStatusText: @"Connecting..."]; [spinner startAnimation: self]; NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; diff --git a/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib b/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib index d0c4a590f..95db7426d 100644 --- a/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib +++ b/iPhoto2Ansel/English.lproj/Panel.nib/designable.nib @@ -8,8 +8,8 @@ 353.00 YES - + YES @@ -276,7 +276,7 @@ YES - 604110336 + 67239424 134479872 Create New @@ -1212,14 +1212,6 @@ 239 - - newGalleryButton - - - - 334 - - showNewGallery: @@ -1236,38 +1228,6 @@ 359 - - anselHostURL - - - - 415 - - - - username - - - - 416 - - - - password - - - - 417 - - - - serverNickName - - - - 418 - - doAddServer: @@ -1411,6 +1371,14 @@ 533 + + + mNewGalleryButton + + + + 534 + @@ -2244,9 +2212,9 @@ com.apple.InterfaceBuilder.CocoaPlugin - {{419, 246}, {455, 195}} + {{677, 386}, {455, 195}} com.apple.InterfaceBuilder.CocoaPlugin - {{419, 246}, {455, 195}} + {{677, 386}, {455, 195}} com.apple.InterfaceBuilder.CocoaPlugin @@ -2341,7 +2309,7 @@ - 533 + 534 diff --git a/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib b/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib index dddf7b5b7..f471deeb9 100644 Binary files a/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib and b/iPhoto2Ansel/English.lproj/Panel.nib/keyedobjects.nib differ