aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-08 10:49:54 -0600
committerTed Gould <ted@gould.cx>2012-02-08 10:49:54 -0600
commit04922240ee1e2c73ec61b46f17cab7653372eefa (patch)
tree86f389849d1fe991649fa40a0acfa109f38384e7 /src/application-service.c
parent8aa53e21ffeb4ccbb52efd47f4f8c8a897187c10 (diff)
parent7614d417822f95aa20dfadc8f06d70012ea916a6 (diff)
downloadayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.tar.gz
ayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.tar.bz2
ayatana-indicator-application-04922240ee1e2c73ec61b46f17cab7653372eefa.zip
Adding support for the Title property
Diffstat (limited to 'src/application-service.c')
-rw-r--r--src/application-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application-service.c b/src/application-service.c
index 68ac264..bc1787f 100644
--- a/src/application-service.c
+++ b/src/application-service.c
@@ -55,7 +55,7 @@ main (int argc, char ** argv)
g_type_init();
/* Bring us up as a basic indicator service */
- service = indicator_service_new(INDICATOR_APPLICATION_DBUS_ADDR);
+ service = indicator_service_new_version(INDICATOR_APPLICATION_DBUS_ADDR, INDICATOR_APPLICATION_SERVICE_VERSION);
g_signal_connect(G_OBJECT(service), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, G_CALLBACK(service_disconnected), NULL);
/* Building our app store */