Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Error typing in DCFileDropController.j #2

Open
peppemas opened this issue Mar 13, 2011 · 0 comments
Open

Error typing in DCFileDropController.j #2

peppemas opened this issue Mar 13, 2011 · 0 comments

Comments

@peppemas
Copy link

Hello,

the lines containing this code:

   if ([dropDelegate respondsToSelector:@selector(fileDropController:didBeginUpload:)])
   [dropDelegate fileDropController:self didBeginUpload:upload];

should be:

   if ([dropDelegate respondsToSelector:@selector(fileDropUploadController:didBeginUpload:)])
   [dropDelegate fileDropUploadController:self didBeginUpload:upload];

so it's coherent with the other dropDelegate selector "setState"

Cheers,
Giuseppe

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant