From 01609e485803fa250413385ae209660fb7b30a2e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 17 Nov 2025 17:43:34 +0100 Subject: New upstream version 1.54.2 --- examples/C/glib/monitor-nm-state-gdbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/C/glib/monitor-nm-state-gdbus.c b/examples/C/glib/monitor-nm-state-gdbus.c index 927c966c..9ef8757d 100644 --- a/examples/C/glib/monitor-nm-state-gdbus.c +++ b/examples/C/glib/monitor-nm-state-gdbus.c @@ -23,8 +23,8 @@ static const char * nm_state_to_string(NMState state) { switch (state) { - case NM_STATE_ASLEEP: - return "asleep"; + case NM_STATE_DISABLED: + return "network off"; case NM_STATE_CONNECTING: return "connecting"; case NM_STATE_CONNECTED_LOCAL: -- cgit 1.3.0-6-gf8a5