aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'libindicator/indicator-service.c')
-rw-r--r--libindicator/indicator-service.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicator/indicator-service.c b/libindicator/indicator-service.c
index 125ecfc..eef916b 100644
--- a/libindicator/indicator-service.c
+++ b/libindicator/indicator-service.c
@@ -9,6 +9,7 @@
void _indicator_service_server_watch (void);
#include "indicator-service-server.h"
+#include "dbus-shared.h"
/* Private Stuff */
typedef struct _IndicatorServicePrivate IndicatorServicePrivate;
@@ -129,7 +130,7 @@ indicator_service_init (IndicatorService *self)
}
dbus_g_connection_register_g_object(session_bus,
- "/need/a/path",
+ INDICATOR_SERVICE_OBJECT,
G_OBJECT(self));
return;