exebetche / vlsub

VLC extension to download subtitles from opensubtitles.org
1.34k stars 346 forks source link

fixes exebetche/vlc#71 and fixes exebetche/vlc#121 #131

Closed Aigrefin closed 8 years ago

Aigrefin commented 8 years ago

I don't know the implementation of vlc, but from what I observed :

According to the logs :

Therefore, the bug happens as follow :

Note that the close function triggers this signal, and the deactivate function doesn't.

To fix this bug, the close button is now bound to the vlc global close function instead of the vlc global deactivate function.

exebetche commented 8 years ago

Thanks