Fix method name - we don't attempt to set the new gallery's description
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 18 Jan 2009 19:38:48 +0000 (14:38 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Mon, 19 Jan 2009 15:56:27 +0000 (10:56 -0500)
iPhoto2Ansel/AnselExportController.m

index 73c72fd..4edb8ac 100644 (file)
@@ -102,8 +102,7 @@ NSString * const TURAnselServerPasswordKey = @"password";
         // It *looks* like index 0 is the first selected album?
         albumName = [mExportMgr albumNameAtIndex: 0];
         newGalleryController = [[TURAnselGalleryPanelController alloc] initWithController: anselController
-                                                                          withGalleryName: albumName
-                                                                   withGalleryDescription: [mExportMgr albumCommentsAtIndex:0]];
+                                                                          withGalleryName: albumName];
         [newGalleryController setDelegate: self];
         [newGalleryController showSheetForWindow: [self window]];
     }