Skip to content

Commit

Permalink
fixes #5410
Browse files Browse the repository at this point in the history
  • Loading branch information
jonorthwash committed Jul 11, 2016
1 parent 5cd8375 commit 7a97c28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def on_module_selected(self):
return
print "Loading Power module"

self.up_client = UPowerGlib.Client()
self.up_client = UPowerGlib.Client.new()

self.csd_power_proxy = Gio.DBusProxy.new_sync(
Gio.bus_get_sync(Gio.BusType.SESSION, None),
Expand Down

0 comments on commit 7a97c28

Please sign in to comment.