From 8aadb6326f3ad54696a3f7af19c2f9f97462584c Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Tue, 10 May 2011 14:03:04 -0400 Subject: Removed the interface from example, no longer needed, so removing it here too. --- src/dbus-shared.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/dbus-shared.h') diff --git a/src/dbus-shared.h b/src/dbus-shared.h index 313ccf1..0b97483 100644 --- a/src/dbus-shared.h +++ b/src/dbus-shared.h @@ -1,10 +1,5 @@ /* -An example indicator. - -Copyright 2010 Canonical Ltd. - -Authors: - Ted Gould +An indicator to display recent notifications. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published @@ -19,9 +14,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#define SERVICE_NAME "com.example.indicator.example" -#define SERVICE_IFACE "com.example.indicator.example.service" -#define SERVICE_OBJ "/com/example/indicator/example/service" +#define SERVICE_NAME "com.launchpad.recent-notifications.indicator" +#define SERVICE_IFACE "com.launchpad.recent-notifications.indicator.service" +#define SERVICE_OBJ "/com/launchpad/recent-notifications/indicator/service" #define SERVICE_VERSION 1 -#define MENU_OBJ "/com/example/indicator/example/menu" +#define MENU_OBJ "/com/launchpad/recent-notifications/indicator/menu" -- cgit v1.2.3