From 2d97be126749cc2b9d5571dc9724587333a66867 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Tue, 10 May 2011 15:22:36 -0400 Subject: Something didn't like the hyphen in recent-notifications so changed the bus names to RecentNotifications. My guess is libindicator, since dbus let me register com.launchpad.recent-notifications.indicator but the menu path didn't show up. --- src/settings-shared.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings-shared.h') 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 . #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 -- cgit v1.2.3