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

Error typing in DCFileDropController.j #2

@peppemas

Description

@peppemas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions