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

[GUI] DialogNetworkSetup: fix impossibility to edit network source. #13714

Merged
merged 1 commit into from
Mar 31, 2018

Conversation

afedchin
Copy link
Member

in case if a path isn't empty method CGUIDialogNetworkSetup::SetPath fails because all available protocols aren't loaded yet.
to fix this we have to move loading protocols at the top of SetPath method.

in case if a path isn't empty method CGUIDialogNetworkSetup::SetPath fails because all available protocols aren't loaded yet.
to fix this we have to move loading protocols at the top of SetPath method.
@afedchin afedchin added Type: Fix non-breaking change which fixes an issue Component: GUI engine v18 Leia labels Mar 30, 2018
@afedchin afedchin added this to the Leia 18.0-alpha2 milestone Mar 30, 2018
@afedchin afedchin requested a review from notspiff March 30, 2018 13:57
@afedchin afedchin merged commit c1e37e5 into xbmc:master Mar 31, 2018
@afedchin afedchin deleted the fix-net-setup branch March 31, 2018 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: GUI engine Type: Fix non-breaking change which fixes an issue v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants