Changeset 35 for trunk/ImageDragArea.m
- Timestamp:
- 06/12/06 02:31:42 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ImageDragArea.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ImageDragArea.m
r30 r35 24 24 25 25 - (BOOL)performDragOperation:(id <NSDraggingInfo>)sender { 26 /* NSLog(@"- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender - called\n"); */26 NSLog(@"- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender - called\n"); 27 27 TypePad *tp = [[[TypePad alloc] init] autorelease]; 28 28 [tp dispatchAction:[sender draggingPasteboard]]; … … 31 31 } 32 32 33 - (void)dealloc { 34 [self unregisterDraggedTypes]; 35 [super dealloc]; 36 } 37 33 38 @end
