From e6d4dbfcd3f357e3faa69387e636ee411c4df082 Mon Sep 17 00:00:00 2001 From: Marcel Metz Date: Tue, 3 Jun 2014 10:02:51 +0200 Subject: [PATCH] Added missing element to dbus interface specification Fixes #104 and #107. --- src/utilities.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/utilities.js b/src/utilities.js index e8ffab4..4240159 100644 --- a/src/utilities.js +++ b/src/utilities.js @@ -7,14 +7,18 @@ const Gettext = imports.gettext.domain(Me.metadata['gettext-domain']); const _ = Gettext.gettext; const UDisksDriveProxy = Gio.DBusProxy.makeProxyWrapper( - - -); + + + + +); const UDisksDriveAtaProxy = Gio.DBusProxy.makeProxyWrapper( - - -); + + + + +); function detectSensors() { let path = GLib.find_program_in_path('sensors');