GNOME Bugzilla – Bug 700137
network: properly namespace wireless security boxed types
Last modified: 2013-05-13 19:42:29 UTC
These types appear with the same name in libnm-gtk, but they're not shared because they come from different code, so they need namespacing. This prevents a crash that happens if you open a wifi property dialog and then click "Connect to hidden network"
Created attachment 243866 [details] [review] network: properly namespace wireless security boxed types
Review of attachment 243866 [details] [review]: Looks good. Please commit to gnome-3-8 and master. ::: panels/network/wireless-security/nm-connection-editor-to-network-panel.patch @@ +159,3 @@ + if (!type_id) { +- type_id = g_boxed_type_register_static ("WirelessSecurity", ++ g_resources_register (wireless_security_get_resource ()); Is this a whitespace only change? Please remove it.
Attachment 243866 [details] pushed as d59a1b0 - network: properly namespace wireless security boxed types