Make sure to disable the gallery combobox when no active server connection.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 11 Aug 2009 13:28:18 +0000 (09:28 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 11 Aug 2009 13:28:18 +0000 (09:28 -0400)
iPhoto2Ansel/AnselExportController.m

index 7608c54..4c8a118 100644 (file)
@@ -418,7 +418,7 @@ NSString * const TURAnselServerPasswordKey = @"password";
     } else {
         [mNewGalleryButton setEnabled: NO];
         [mExportMgr disableControls];   
-        [galleryCombo setEnabled: YES];
+        [galleryCombo setEnabled: NO];
         [viewGallery setEnabled: NO];
     }
 }