projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
663ec62
)
We don't need the delegate callback, don't tell the panel to call it.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 7 Dec 2008 20:44:17 +0000
(15:44 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 7 Dec 2008 20:44:17 +0000
(15:44 -0500)
iPhoto2Ansel/AnselExportController.m
patch
|
blob
|
history
diff --git
a/iPhoto2Ansel/AnselExportController.m
b/iPhoto2Ansel/AnselExportController.m
index
b23d1e0
..
feb3079
100644
(file)
--- a/
iPhoto2Ansel/AnselExportController.m
+++ b/
iPhoto2Ansel/AnselExportController.m
@@
-100,9
+100,9
@@
[NSApp beginSheet: newGallerySheet
modalForWindow: [self window]
- modalDelegate:
self
- didEndSelector:
@selector(sheetDidEnd:returnCode:contextInfo:)
- contextInfo:
self
];
+ modalDelegate:
nil
+ didEndSelector:
nil
+ contextInfo:
nil
];
}
}