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

Fix Gtk3 Backend Source ID was not found #4164

Merged
merged 1 commit into from Feb 25, 2015

Commits on Feb 25, 2015

  1. Check if the Gtk3 source is destroyed before removing

    This adds a reference to the Gtk3 source created by
    GLib.idle_add so it can be checked to see if it was
    destroyed later to avoid removing an invalid source
    id and causing warning messages to be displayed.
    zeroSteiner committed Feb 25, 2015
    1
    Copy the full SHA
    5467c98 View commit details
    Browse the repository at this point in the history