Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FIX: do not use deprecated API in gtk4 backend #24606

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

Merged
merged 1 commit into from
Dec 4, 2022

Conversation

tacaswell
Copy link
Member

closes #24602

We do not currently test gtk4 on CI (see #22389)

@tacaswell tacaswell added this to the v3.6.3 milestone Dec 3, 2022
@tacaswell tacaswell marked this pull request as ready for review December 3, 2022 20:44
@carmaza
Copy link

carmaza commented Dec 3, 2022

This fixed #24602 for me. Thanks for the quick fix!

@tacaswell
Copy link
Member Author

Thanks for testing @carmaza !

@oscargus oscargus merged commit 0aac9f1 into matplotlib:main Dec 4, 2022
@lumberbot-app
Copy link

lumberbot-app bot commented Dec 4, 2022

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout v3.6.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 0aac9f17b9373f66c709f436149568bda69595b3
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #24606: FIX: do not use deprecated API in gtk4 backend'
  1. Push to a named branch:
git push YOURFORK v3.6.x:auto-backport-of-pr-24606-on-v3.6.x
  1. Create a PR against branch v3.6.x, I would have named this PR:

"Backport PR #24606 on branch v3.6.x (FIX: do not use deprecated API in gtk4 backend)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@tacaswell tacaswell deleted the fix_gtk_closevent branch December 4, 2022 22:18
tacaswell pushed a commit to tacaswell/matplotlib that referenced this pull request Dec 4, 2022
…backend

Merge pull request matplotlib#24606 from tacaswell/fix_gtk_closevent

FIX: do not use deprecated API in gtk4 backend
(cherry picked from commit 0aac9f1)
oscargus added a commit that referenced this pull request Dec 5, 2022
…-v3.6.x

Backport PR #24606: FIX: do not use deprecated API in gtk4 backend
@ksunden ksunden mentioned this pull request Feb 20, 2023
6 tasks
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.

close_event deprecated warning.
4 participants