gui: fixed traceback caused by DBus paths copy&paste error
Related: rhbz#1356369 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
3c15b749c7
commit
e6c6e15733
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class Base(object):
|
|||
try:
|
||||
self.controller = \
|
||||
tuned.admin.DBusController(consts.DBUS_BUS,
|
||||
consts.DBUS_OBJECT, consts.DBUS_INTERFACE)
|
||||
consts.DBUS_INTERFACE, consts.DBUS_OBJECT)
|
||||
self.controller.is_running()
|
||||
except tuned.admin.exceptions.TunedAdminDBusException, ex:
|
||||
response = self.tuned_daemon_exception_dialog.run()
|
||||
|
|
|
|||
Loading…
Reference in a new issue