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

commander: Fix crash on startup with latest GTK3 #509

Merged
merged 1 commit into from Dec 7, 2016

Conversation

b4n
Copy link
Member

@b4n b4n commented Dec 5, 2016

Latest GTK3 seems to emit notify::text when getting packed in a container, in response to layout-changed. Thus, we need not to connect handlers relying on not-yet-valid pointers. Fix that by connecting to signals after everything is properly set up.

Latest GTK3 seems to emit notify::text when getting packed in a
container, in response to layout-changed.  Thus, we need not to connect
handlers relying on not-yet-valid pointers.  Fix that by connecting to
signals after everything is properly set up.
@frlan frlan merged commit ce9a8f9 into geany:master Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants