core: add active connection state DEACTIVATING

Not used yet, but will be when device deactivating state gets
used.  Should be 100% backwards compatible with users that don't
know about it for now.
This commit is contained in:
Dan Williams
2011-03-17 14:23:21 -05:00
parent 23943e7ce2
commit 1701df4b75
7 changed files with 43 additions and 7 deletions

View File

@@ -1187,6 +1187,8 @@ active_connection_state_to_string (NMActiveConnectionState state)
return _("activating");
case NM_ACTIVE_CONNECTION_STATE_ACTIVATED:
return _("activated");
case NM_ACTIVE_CONNECTION_STATE_DEACTIVATING:
return _("deactivating");
case NM_ACTIVE_CONNECTION_STATE_UNKNOWN:
default:
return _("unknown");