Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use the script id, not the plugin name to lookup the script #1962

Merged
merged 1 commit into from Dec 20, 2012

Conversation

jmarshallnz
Copy link
Contributor

In CPluginDirectory::WaitOnScriptResult we need to check whether the plugin is still running - to do this we use the plugin name, but if 2 instances are running we get the first one which may not be the one we want. Use the script id instead seeing as we have it. Fixes #13776.

@jimfcarroll to review.

While I don't see any reason why this would do anything odd, it would be nice for this to be in RC2 so we make sure of it.

…nDirectory::WaitOnScriptResult so we make sure we're waiting on the correct instance. fixes xbmc#13776
jmarshallnz added a commit that referenced this pull request Dec 20, 2012
use the script id, not the plugin name to lookup the script
@jmarshallnz jmarshallnz merged commit 4f76251 into xbmc:master Dec 20, 2012
@jmarshallnz jmarshallnz deleted the use_plugin_id_not_name branch December 20, 2012 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants