diff options
author | Ted Gould <ted@canonical.com> | 2009-11-23 14:55:06 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-23 14:55:06 -0600 |
commit | 59b0398609ef5ce6ee991c633eb84c3b55a42ac3 (patch) | |
tree | b81beec36b41653eb49717110b3655515a5637c3 /src/custom-service-watcher.c | |
parent | 97388871ba0a4669792bead5878ec1eec24a2118 (diff) | |
parent | 2c04418795e644efafc0204656dd575844ba0976 (diff) | |
download | libayatana-appindicator-59b0398609ef5ce6ee991c633eb84c3b55a42ac3.tar.gz libayatana-appindicator-59b0398609ef5ce6ee991c633eb84c3b55a42ac3.tar.bz2 libayatana-appindicator-59b0398609ef5ce6ee991c633eb84c3b55a42ac3.zip |
Adding more fun. Now we're cookin'!
Diffstat (limited to 'src/custom-service-watcher.c')
-rw-r--r-- | src/custom-service-watcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custom-service-watcher.c b/src/custom-service-watcher.c index a0a1b27..7cc15ee 100644 --- a/src/custom-service-watcher.c +++ b/src/custom-service-watcher.c @@ -104,7 +104,7 @@ custom_service_watcher_init (CustomServiceWatcher *self) } dbus_g_connection_register_g_object(session_bus, - INDICATOR_CUSTOM_DBUS_OBJ "/more", + NOTIFICATION_WATCHER_DBUS_OBJ, G_OBJECT(self)); return; |