diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2015-03-02 09:54:48 +0100 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2015-03-02 09:54:48 +0100 |
commit | a94081b70f05873a321e9e80acb0ca9fde38a63e (patch) | |
tree | d8b2dad4173d9c5472173d316747664f090bdca0 /clients | |
parent | cdc8bd178bae74b73581f7436b14680d744fbc53 (diff) | |
download | NetworkManager-a94081b70f05873a321e9e80acb0ca9fde38a63e.tar.gz |
tui: fix the previous commit
Fixes cdc8bd1.
Diffstat (limited to 'clients')
-rw-r--r-- | clients/tui/nmt-page-bridge.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/nmt-page-bridge.c b/clients/tui/nmt-page-bridge.c index 77861eafc7..ee42d78339 100644 --- a/clients/tui/nmt-page-bridge.c +++ b/clients/tui/nmt-page-bridge.c @@ -91,7 +91,7 @@ nmt_page_bridge_constructed (GObject *object) label = nmt_newt_label_new (_("seconds")); nmt_editor_grid_append (grid, _("Aging time"), widget, label); - widget = stp = nmt_newt_checkbox_new (_("Enable IGMP snooping")); + widget = nmt_newt_checkbox_new (_("Enable IGMP snooping")); g_object_bind_property (s_bridge, NM_SETTING_BRIDGE_MULTICAST_SNOOPING, widget, "active", G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE); |