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: Silence expected deprecation warnings #952

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

b4n
Copy link
Member

@b4n b4n commented Feb 8, 2020

We have to use the deprecated API because it is the only way to fetch the correct information from menus that were themselves created with that deprecated API, so we don't care about deprecation here.

Closes #865, and see there for details.

We have to use the deprecated API because it is the only way to fetch
the correct information from menus that were themselves created with
that deprecated API, so we don't care about deprecation here.

Closes geany#865
@b4n b4n added this to the 1.37.0 milestone Feb 8, 2020
@eht16 eht16 modified the milestones: 1.37.0, 1.38.0 Sep 4, 2021
@eht16 eht16 modified the milestones: 1.38.0, 1.39.0/2.0.0 Oct 9, 2021
@eht16
Copy link
Member

eht16 commented Oct 16, 2023

@b4n do we want to merge this or carry it around for yet another release cycle? :)

@b4n
Copy link
Member Author

b4n commented Oct 17, 2023

Yeah let's get it in not to have other people waste time trying to "fix" it.

This won't remove all deprecation warnings (the plugin still uses gtk_vbox_new()) though. I can very easily fix that now we depend on GTK3 anyway though, but that can be for later.

@b4n b4n merged commit 54e9319 into geany:master Oct 17, 2023
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.

2 participants