aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-08 11:31:48 -0600
committerTed Gould <ted@gould.cx>2012-02-08 11:31:48 -0600
commit44cc6e756788f6ec37343c93c178227b2b6d3ba1 (patch)
treea0fceab985ea86b78bb9557a1f875bf0ee4758c4 /src/application-service.c
parente548f851004dbb18360408c04c61a66a5ffc80fd (diff)
parent22965953b89a0ed229c9009a2750c573d82acfee (diff)
downloadayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.gz
ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.tar.bz2
ayatana-indicator-application-44cc6e756788f6ec37343c93c178227b2b6d3ba1.zip
* New upstream release.
* Adding in a code coverage based build target * Fixing useless variable setting * Fixing variant usage * Adding support for the Title property * Fixing to work with Dbusmenu 0.5.90
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 */