aboutsummaryrefslogtreecommitdiff
path: root/src/settings-shared.h
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-10 15:22:36 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-10 15:22:36 -0400
commit2d97be126749cc2b9d5571dc9724587333a66867 (patch)
tree6ca76c66e2d8577685c680c29f7e6e76583c58c9 /src/settings-shared.h
parent229226f0c526527bae9f5eaf82b54bc8eeb21243 (diff)
downloadayatana-indicator-notifications-2d97be126749cc2b9d5571dc9724587333a66867.tar.gz
ayatana-indicator-notifications-2d97be126749cc2b9d5571dc9724587333a66867.tar.bz2
ayatana-indicator-notifications-2d97be126749cc2b9d5571dc9724587333a66867.zip
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.
Diffstat (limited to 'src/settings-shared.h')
-rw-r--r--src/settings-shared.h2
1 files changed, 1 insertions, 1 deletions
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