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

[peripherals] Move initialisation after language init to fix notifications #7945

Merged
merged 1 commit into from
Sep 8, 2015

Conversation

popcornmix
Copy link
Member

Lots of complaints on Isengard are master that CEC generates an empty notification popup on boot.
The problem is that peripherals are initialised before the language files are loaded so
g_localizeStrings.Get returns a blank string.

Move the peripheral initialisation after the language initialisation to avoid this.

…tions

Lots of complaints on Isengard are master that CEC generates an empty notification popup on boot.
The problem is that peripherals are initialised before the language files are loaded so
g_localizeStrings.Get returns a blank string.

Move the periphal initialisation after the language initialisation to avoid this.
@popcornmix
Copy link
Member Author

Backport of #7935

@MartijnKaijser MartijnKaijser added this to the Isengard 15.2 milestone Sep 1, 2015
MartijnKaijser added a commit that referenced this pull request Sep 8, 2015
[peripherals] Move initialisation after language init to fix notifications
@MartijnKaijser MartijnKaijser merged commit 1993d28 into xbmc:Isengard Sep 8, 2015
@popcornmix popcornmix deleted the peripheral_toast_isengard branch September 8, 2015 17:06
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.

2 participants