remove a log, and show the copy cursor when adding with drag

This commit is contained in:
Mitchell Livingston 2007-05-21 04:01:52 +00:00
parent 5890c30cc5
commit addaba3633
1 changed files with 2 additions and 3 deletions

View File

@ -1326,7 +1326,6 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
//badge dock
[fBadger updateBadgeWithCompleted: fCompleted];
NSLog([NSString stringWithInt: fCompleted]);
}
- (void) updateTorrentsInQueue
@ -2107,7 +2106,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[fOverlayWindow setFrame: [fWindow frame] display: YES];
[fWindow addChildWindow: fOverlayWindow ordered: NSWindowAbove];
return NSDragOperationGeneric;
return NSDragOperationCopy;
}
}
}
@ -2117,7 +2116,7 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
[fOverlayWindow setFrame: [fWindow frame] display: YES];
[fWindow addChildWindow: fOverlayWindow ordered: NSWindowAbove];
return NSDragOperationGeneric;
return NSDragOperationCopy;
}
else;