Skip to content

master.mint22

Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 16:43
4d9be89
network: fix crash when adding cellular connection (#329)

As GTK is loaded first, while libNMA is loaded later with the network panel
extension, the GtkBuilder for the wizard GUI doesn't know the libNMA types.

To fix that, we need to ensure the registration of these types.

Fixes: #225, #246