From: Michael J. Rubinsky Date: Tue, 11 Aug 2009 13:28:18 +0000 (-0400) Subject: Make sure to disable the gallery combobox when no active server connection. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7250d905eae78a813fc090ad0f0f5839e45317c1;p=horde.git Make sure to disable the gallery combobox when no active server connection. --- diff --git a/iPhoto2Ansel/AnselExportController.m b/iPhoto2Ansel/AnselExportController.m index 7608c54bd..4c8a118c8 100644 --- a/iPhoto2Ansel/AnselExportController.m +++ b/iPhoto2Ansel/AnselExportController.m @@ -418,7 +418,7 @@ NSString * const TURAnselServerPasswordKey = @"password"; } else { [mNewGalleryButton setEnabled: NO]; [mExportMgr disableControls]; - [galleryCombo setEnabled: YES]; + [galleryCombo setEnabled: NO]; [viewGallery setEnabled: NO]; } }