Actions
Bug #1578
opengtk4: Goto/airlift dialog not populated when checking "Show all cities"
Start date:
07/06/2025
Due date:
% Done:
0%
Estimated time:
Description
Maybe other clients and/or versions affected
Files
Updated by Marko Lindqvist about 5 hours ago
Console gets this at the time one clicks the toggle:
1: Gtk: gtk_toggle_button_get_active: assertion 'GTK_IS_TOGGLE_BUTTON (toggle_button)' failed
Seems like another case of CheckButton / ToggleButton mismatch (their inheritance changed between gtk3 and gtk4)
Actions
#2
Updated by Marko Lindqvist about 5 hours ago
- File 0081-gtk4-x-Fix-goto-dialog-Show-All-Cities-toggle.patch 0081-gtk4-x-Fix-goto-dialog-Show-All-Cities-toggle.patch added
- File 0029-gtk4-Fix-goto-dialog-Show-All-Cities-toggle.patch 0029-gtk4-Fix-goto-dialog-Show-All-Cities-toggle.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version changed from 3.4.0 to 3.1.6
These fix at least the errors. Whether it now actually populates / unpopulates cities is untested.
Actions