Changeset 36 for trunk/VoxRoundedView.m

Show
Ignore:
Timestamp:
06/12/06 04:02:48 (4 years ago)
Author:
ngerakines
Message:

image uploads in Vox work -- this is release 0.8 beta

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/VoxRoundedView.m

    r30 r36  
    11#import "VoxRoundedView.h" 
     2#import "Vox.h" 
    23 
    34@implementation VoxRoundedView 
     
    6768- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender { 
    6869        /* NSLog(@"- (BOOL)performDragOperation:(id <NSDraggingInfo>)sender - called\n"); */ 
    69         // TypePad *tp = [[[TypePad alloc] init] autorelease]; 
    70         // [tp dispatchAction:[sender draggingPasteboard]]; 
    71         // [self setNeedsDisplay:YES]; 
     70        Vox *vx = [[[Vox alloc] init] autorelease]; 
     71        [vx dispatchAction:[sender draggingPasteboard]]; 
     72        [self setNeedsDisplay:YES]; 
    7273    return YES; 
    7374}