aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-02-08 11:28:29 -0600
committerTed Gould <ted@gould.cx>2012-02-08 11:28:29 -0600
commit22965953b89a0ed229c9009a2750c573d82acfee (patch)
treee11888e89498c6e8de40c66738d6d8f4db943e5b /src/application-service.c
parent61ce1240559e39b4ef2ff6d28b9a202bd8e45ff8 (diff)
parent8c0ecc8e811e697b208779be157c78378cfba2d3 (diff)
downloadayatana-indicator-application-22965953b89a0ed229c9009a2750c573d82acfee.tar.gz
ayatana-indicator-application-22965953b89a0ed229c9009a2750c573d82acfee.tar.bz2
ayatana-indicator-application-22965953b89a0ed229c9009a2750c573d82acfee.zip
Import upstream version 0.4.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 */