Fixed issue with reading signal level. Updated changelog. Possibly fixed icon in...
[oldschool] / oldschool-0.9.0 / src / opt / oldschool / n900_levels.py
index 04ea8c6..005bb70 100755 (executable)
@@ -40,7 +40,7 @@ class LevelReader(QtCore.QObject):
         #Set up signal level dbus interface as class-level variable
         try:
             phone_net_obj = bus.get_object('com.nokia.phone.net','/com/nokia/phone/net', introspect=False)
-            self.phone_net_intf = dbus.Interface(self.phone_net_obj,'Phone.Net')
+            self.phone_net_intf = dbus.Interface(phone_net_obj,'Phone.Net')
         except dbus.DBusException:
             print "ERROR: Unable to connect to signal level dbus object"
             self.phone_net_intf = None