mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 03:50:17 +01:00
tui: fix a bug that hid the IP method popup (rh #1167710)
This commit is contained in:
parent
78068d6bae
commit
61f8ed9c2a
1 changed files with 1 additions and 0 deletions
|
|
@ -196,6 +196,7 @@ nmt_editor_section_set_property (GObject *object,
|
|||
priv->header_widget = g_value_get_object (value);
|
||||
if (priv->header_widget)
|
||||
g_object_ref_sink (priv->header_widget);
|
||||
rebuild_header (section);
|
||||
break;
|
||||
default:
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue