Skip to content

tweak_group_xkb: Disconnect settings changed signal on destruction

Carlos Soriano requested to merge fix-additional-layout-crash into master

Otherwise when the dialog is destructed, when the settings change it will call the callback and make the application crash.

To reproduce:

  1. click keyboard & mouse
  2. click additional layout options
  3. close dialog
  4. click again additional layout options
  5. modify any setting inside

Tweaks crashes

Edited by Carlos Soriano

Merge request reports