From 852005be65d21a6806909a0674a54590e5417de6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 4 Oct 2020 22:11:34 +0200 Subject: src/{session.cpp,RWADBusAdaptor.h}: Adapt DBus service name and path to recent changes in raw.support.sessionservice. --- src/session.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/session.cpp') diff --git a/src/session.cpp b/src/session.cpp index e0e17cf..8d94be4 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -218,7 +218,7 @@ void Session::_initDBus() { } // Create DBus object - _dbus_rwa = new OrgArcticaProjectRWAInterface("org.ArcticaProject.RWA", "/RWA", + _dbus_rwa = new OrgArcticaProjectRWAInterface("org.ArcticaProject.RWASupportSessionService", "/RWASupportSessionService", QDBusConnection::sessionBus(), this->parent()); qDebug("Initialized DBus object!"); -- cgit v1.2.3