tui: fix a bug that hid the IP method popup (rh #1167710)

This commit is contained in:
Dan Winship 2014-11-25 08:18:21 -05:00
parent 78068d6bae
commit 61f8ed9c2a

View file

@ -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);