Decode the immutable property correctly
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 20 Dec 2009 21:33:32 +0000 (13:33 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 20 Dec 2009 21:33:32 +0000 (13:33 -0800)
test/list-services

index 8c0ecf9..83ae2a0 100755 (executable)
@@ -28,7 +28,7 @@ for path in properties["Services"]:
        for key in properties.keys():
                if key in ["IPv4", "IPv4.Configuration", "Ethernet"]:
                        val = extract_values(properties[key])
-               elif key in ["Favorite", "AutoConnect",
+               elif key in ["Favorite", "Immutable", "AutoConnect",
                                "SetupRequired", "PassphraseRequired"]:
                        if properties[key] == dbus.Boolean(1):
                                val = "true"