diff options
author | Jason Conti <jason.conti@gmail.com> | 2011-05-10 15:22:36 -0400 |
---|---|---|
committer | Jason Conti <jason.conti@gmail.com> | 2011-05-10 15:22:36 -0400 |
commit | 2d97be126749cc2b9d5571dc9724587333a66867 (patch) | |
tree | 6ca76c66e2d8577685c680c29f7e6e76583c58c9 /data | |
parent | 229226f0c526527bae9f5eaf82b54bc8eeb21243 (diff) | |
download | ayatana-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 'data')
-rw-r--r-- | data/indicator-notifications.service.in | 2 |
1 files changed, 1 insertions, 1 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 |