Blame SOURCES/tuned-2.7.1-gui-daemon-restart-fix.patch

7f2825
diff --git a/tuned-gui.py b/tuned-gui.py
7f2825
index 2e76d0a..29a0907 100755
7f2825
--- a/tuned-gui.py
7f2825
+++ b/tuned-gui.py
7f2825
@@ -960,7 +960,7 @@ class Base(object):
7f2825
 		self._cmd.execute(['service', 'tuned', 'start'])
7f2825
 		time.sleep(10)
7f2825
 		self.controller = tuned.admin.DBusController(consts.DBUS_BUS,
7f2825
-				consts.DBUS_OBJECT, consts.DBUS_INTERFACE)
7f2825
+				consts.DBUS_INTERFACE, consts.DBUS_OBJECT)
7f2825
 
7f2825
 
7f2825
 if __name__ == '__main__':