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 for Saving on Close Confirmation #374

Merged
merged 2 commits into from
Oct 19, 2023

Conversation

kinten108101
Copy link
Contributor

@kinten108101 kinten108101 commented Oct 19, 2023

When there are multiple unsaved changes across files, CloseConfirmationDialog will present a list of files that need saving. This list is a GtkListBox. The problem is that, to get all row entries, the method get_children was used, which does not exist. The save operation will fail. Apparently this bug has been sitting here for quite some times.

Fix is to manually retrieve each row entry with get_row_at_index.

@kinten108101 kinten108101 changed the title Bugfix for Saving on Close Confirmation Fix for Saving on Close Confirmation Oct 19, 2023
@cvfosammmm
Copy link
Owner

Thanks!

@cvfosammmm cvfosammmm merged commit a43d9f3 into cvfosammmm:master Oct 19, 2023
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.

2 participants