summary refs log tree commit diff
path: root/cli/src/connections.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2013-02-20 23:06:45 +0100
committerMichael Biebl <biebl@debian.org>2013-02-20 23:06:45 +0100
commit8d275584fc94f398f0a7c990dcd057533d9a5856 (patch)
tree1bf4a928e201222a008e6776799d174ee3223be3 /cli/src/connections.c
parente17c5736fc3722ce51cb33f3edb203960125a4c1 (diff)
Imported Upstream version 0.9.8.0 upstream/0.9.8.0
Diffstat (limited to 'cli/src/connections.c')
-rw-r--r--cli/src/connections.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/src/connections.c b/cli/src/connections.c
index d509ce04..b39b447e 100644
--- a/cli/src/connections.c
+++ b/cli/src/connections.c
@@ -464,6 +464,8 @@ active_connection_state_to_string (NMActiveConnectionState state)
 		return _("activated");
 	case NM_ACTIVE_CONNECTION_STATE_DEACTIVATING:
 		return _("deactivating");
+	case NM_ACTIVE_CONNECTION_STATE_DEACTIVATED:
+		return _("deactivated");
 	case NM_ACTIVE_CONNECTION_STATE_UNKNOWN:
 	default:
 		return _("unknown");