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 | deb48f9400d853178d1cea51a92b598080151b5e (patch) | |
tree | 6ca76c66e2d8577685c680c29f7e6e76583c58c9 /src/dbus-shared.h | |
parent | 97a3cd6a051a63c0cc2674adc8082057b51252ea (diff) | |
download | ayatana-indicator-notifications-deb48f9400d853178d1cea51a92b598080151b5e.tar.gz ayatana-indicator-notifications-deb48f9400d853178d1cea51a92b598080151b5e.tar.bz2 ayatana-indicator-notifications-deb48f9400d853178d1cea51a92b598080151b5e.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/dbus-shared.h')
-rw-r--r-- | src/dbus-shared.h | 8 |
1 files changed, 4 insertions, 4 deletions
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" |