From 2242788e987aab52612dd3ebabf115a4920848b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Thu, 6 May 2010 16:28:42 +0200 Subject: [PATCH] examples: fix a prefix --- examples/python/add-system-connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 examples/python/add-system-connection.py diff --git a/examples/python/add-system-connection.py b/examples/python/add-system-connection.py old mode 100644 new mode 100755 index 3cf350e799..39eaabee0d --- a/examples/python/add-system-connection.py +++ b/examples/python/add-system-connection.py @@ -25,7 +25,7 @@ s_con = dbus.Dictionary({ 'uuid': '7371bb78-c1f7-42a3-a9db-5b9566e8ca07', 'id': 'MyConnection'}) -addr1 = dbus.Array([dbus.UInt32(50462986L), dbus.UInt32(0L), dbus.UInt32(16908554L)], signature=dbus.Signature('u')) +addr1 = dbus.Array([dbus.UInt32(50462986L), dbus.UInt32(8L), dbus.UInt32(16908554L)], signature=dbus.Signature('u')) s_ip4 = dbus.Dictionary({ 'addresses': dbus.Array([addr1], signature=dbus.Signature('au')), 'method': 'manual'})