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

settings: remove inappropriate ownership annotation #642

Merged
merged 1 commit into from
Mar 27, 2023
Merged

settings: remove inappropriate ownership annotation #642

merged 1 commit into from
Mar 27, 2023

Conversation

mcatanzaro
Copy link
Contributor

It doesn't make sense for an int property to be owned because ints are not heap-allocated. This should fix build with latest vala.

Fixes #641

It doesn't make sense for an int property to be owned because ints are
not heap-allocated. This should fix build with latest vala.

Fixes #641
@davidmhewitt davidmhewitt enabled auto-merge (squash) March 27, 2023 21:19
@davidmhewitt davidmhewitt merged commit 637a51f into elementary:main Mar 27, 2023
@mcatanzaro mcatanzaro deleted the mcatanzaro/unbreak-granite branch March 28, 2023 17:01
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.

../lib/Widgets/Settings.vala:9:52-9:61: error: `owned' accessor not allowed for specified property type
3 participants