We don't need the delegate callback, don't tell the panel to call it.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 7 Dec 2008 20:44:17 +0000 (15:44 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 7 Dec 2008 20:44:17 +0000 (15:44 -0500)
iPhoto2Ansel/AnselExportController.m

index b23d1e0..feb3079 100644 (file)
         
         [NSApp beginSheet: newGallerySheet
            modalForWindow: [self window]
-            modalDelegate: self
-           didEndSelector: @selector(sheetDidEnd:returnCode:contextInfo:)
-              contextInfo: self];
+            modalDelegate: nil
+           didEndSelector: nil
+              contextInfo: nil];
     }
 }