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

gtk: make sure gtk::disable_setlocale has to be called before gtk::init() #196

Merged
merged 1 commit into from Feb 28, 2021

Conversation

Cogitri
Copy link
Contributor

@Cogitri Cogitri commented Feb 27, 2021

fixes #195

gtk4/Gir.toml Outdated Show resolved Hide resolved
@Cogitri
Copy link
Contributor Author

Cogitri commented Feb 28, 2021

More cleanup in #198

@bilelmoussaoui
Copy link
Member

This will currently fail until #197 is merged, see the 2nd commit which contains a fix of the examples.

@bilelmoussaoui
Copy link
Member

Do you mind rebasing this one? :-)

@Cogitri
Copy link
Contributor Author

Cogitri commented Feb 28, 2021

Rebased

@bilelmoussaoui bilelmoussaoui merged commit c0a87cc into gtk-rs:master Feb 28, 2021
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.

gtk::disable_setlocale() shouldn't panic if called before gtk::init()
3 participants