summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-10-31 16:01:27 -0400
committerDan Winship <danw@redhat.com>2014-11-21 09:01:01 -0500
commit2afb1acb2d23f695266d1586c1320b59fff58134 (patch)
tree3c75fe47f54a73c6e04b2c15b12c1b0dc716181f /po
parent84d875546bb5bb9331114559bfb9fc2df129d8ea (diff)
downloadNetworkManager-2afb1acb2d23f695266d1586c1320b59fff58134.tar.gz
tui: rework how editor pages work
Instead of having NmtEditorPage be a widget itself, have it just be an object that returns a list of NmtEditorSections, where NmtEditorSection is a subclass of NmtNewtSection. (This will be important when adding VPN pages, which will be split up into multiple sections, but with the different sections needing to cooperate on updating the NMSettingVpn. This reorganization lets us have an NMPageVpn containing multiple sections, with the NMPageVpn object handling the coordination between the sections.)
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7234e54bf3..1bc1ccb249 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -18,6 +18,7 @@ clients/tui/nm-editor-utils.c
clients/tui/nmt-connect-connection-list.c
clients/tui/nmt-device-entry.c
clients/tui/nmt-edit-connection-list.c
+clients/tui/nmt-editor-section.c
clients/tui/nmt-editor.c
clients/tui/nmt-mtu-entry.c
clients/tui/nmt-page-bond.c