Skip to content

region: Update CcInputChooser GTK+ code

  • Use GtkTemplate
  • Remove private structure use a final type
  • Rename .ui file to match .c file
  • Move more code into the .ui file
  • Don't save the dialog between runs - it's cheap to generate on demand
  • Hold references on data passed to dialog
  • Connect signals in "swapped" form

Merge request reports