From 4dd25fc0cf2eaa190663daf0d7457a39a1dbafc2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 15 May 2017 08:55:32 +0200 Subject: src/dbus-shared.h: Fix copy+paste flaw for INDICATOR_APPLICATION_DBUS_OBJ. --- src/dbus-shared.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 76d9773..23f44f0 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -21,7 +21,7 @@ with this program. If not, see . #define INDICATOR_APPLICATION_DBUS_ADDR "org.ayatana.indicator.application" -#define INDICATOR_APPLICATION_DBUS_OBJ "/org.ayatana.indicator.application/service" +#define INDICATOR_APPLICATION_DBUS_OBJ "/org/ayatana/indicator/application/service" #define INDICATOR_APPLICATION_DBUS_IFACE "org.ayatana.indicator.application.service" #define NOTIFICATION_WATCHER_DBUS_ADDR "org.kde.StatusNotifierWatcher" @@ -32,4 +32,3 @@ with this program. If not, see . #define NOTIFICATION_ITEM_DEFAULT_OBJ "/StatusNotifierItem" #define NOTIFICATION_APPROVER_DBUS_IFACE "org.ayatana.StatusNotifierApprover" - -- cgit v1.2.3