aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/indicator-notifications.service.in2
-rw-r--r--src/dbus-shared.h8
-rw-r--r--src/settings-shared.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/data/indicator-notifications.service.in b/data/indicator-notifications.service.in
index cc8faa8..63373a4 100644
--- a/data/indicator-notifications.service.in
+++ b/data/indicator-notifications.service.in
@@ -1,3 +1,3 @@
[D-BUS Service]
-Name=com.launchpad.recent-notifications.indicator
+Name=com.launchpad.RecentNotifications.indicator
Exec=@libexecdir@/indicator-notifications-service
diff --git a/src/dbus-shared.h b/src/dbus-shared.h
index e5e750b..7b689ae 100644
--- a/src/dbus-shared.h
+++ b/src/dbus-shared.h
@@ -17,9 +17,9 @@ You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#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_NAME "com.launchpad.RecentNotifications.indicator"
+#define SERVICE_IFACE "com.launchpad.RecentNotifications.indicator.service"
+#define SERVICE_OBJ "/com/launchpad/RecentNotifications/indicator/service"
#define SERVICE_VERSION 1
-#define MENU_OBJ "/com/launchpad/recent-notifications/indicator/menu"
+#define MENU_OBJ "/com/launchpad/RecentNotifications/indicator/menu"
diff --git a/src/settings-shared.h b/src/settings-shared.h
index de10b3d..3297ad2 100644
--- a/src/settings-shared.h
+++ b/src/settings-shared.h
@@ -20,6 +20,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __NOTIFICATIONS_SETTINGS_SHARED_H__
#define __NOTIFICATIONS_SETTINGS_SHARED_H__
-#define SETTINGS_INTERFACE "com.launchpad.recent-notifications.indicator"
+#define SETTINGS_INTERFACE "com.launchpad.RecentNotifications.indicator"
#endif