diff options
author | Jiří Klimeš <jklimes@redhat.com> | 2014-10-14 12:37:00 +0200 |
---|---|---|
committer | Jiří Klimeš <jklimes@redhat.com> | 2014-11-07 09:32:24 +0100 |
commit | 801fc34d6fae4f1431348ba41264f5846b687dd0 (patch) | |
tree | c6e28ddecd383c00472482d8cec82af8e5eb56c1 /po | |
parent | 25960c22057003bfca1fec6c4da9671a21fd73aa (diff) | |
download | NetworkManager-801fc34d6fae4f1431348ba41264f5846b687dd0.tar.gz |
clients: move secret agent to common directory
The agent code will be shared by both nmtui and nmcli.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 0acabd9173..869cd6e7c3 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -8,6 +8,7 @@ clients/cli/general.c clients/cli/nmcli.c clients/cli/settings.c clients/cli/utils.c +clients/common/nm-secret-agent-simple.c clients/nm-online.c clients/tui/newt/nmt-newt-utils.c clients/tui/nm-editor-utils.c @@ -34,7 +35,6 @@ clients/tui/nmt-password-dialog.c clients/tui/nmt-password-fields.c clients/tui/nmt-route-editor.c clients/tui/nmt-route-table.c -clients/tui/nmt-secret-agent.c clients/tui/nmt-slave-list.c clients/tui/nmt-widget-list.c clients/tui/nmtui-connect.c |