Skip to content
  • David's avatar
    macosx: progress dialog: Fix cancellability and cancellable state · a64b70d2
    David authored
    According to API, an empty (NULL) cancel string means the dialog
    is not cancellable.
    Dialog can be also cancelled by calling pf_cancel, which in turn
    stops the modal event loop with 0. In this case,
    vlc_dialog_id_dismiss shall be called as well.
    a64b70d2