aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 15:35:23 -0600
committerTed Gould <ted@gould.cx>2010-01-08 15:35:23 -0600
commit98237f0789319b6133411618d505a2c945e669a5 (patch)
treeab1abf5193e2cddec2e6df706506d5043919e133 /src/application-service.c
parenta5753822cc80f3f579aa61801b54134b3baa8076 (diff)
parentbb71fc2d4c0b555f23940b8c9d4f6973307cbd20 (diff)
downloadayatana-indicator-application-98237f0789319b6133411618d505a2c945e669a5.tar.gz
ayatana-indicator-application-98237f0789319b6133411618d505a2c945e669a5.tar.bz2
ayatana-indicator-application-98237f0789319b6133411618d505a2c945e669a5.zip
Supporting icons changing and status changing.
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 45295a1..351e9aa 100644
--- a/src/application-service.c
+++ b/src/application-service.c
@@ -57,7 +57,7 @@ main (int argc, char ** argv)
/* Bring us up as a basic indicator service */
service = indicator_service_new(INDICATOR_APPLICATION_DBUS_ADDR);
- g_signal_connect(G_OBJECT(service), "disconnected", G_CALLBACK(service_disconnected), NULL);
+ g_signal_connect(G_OBJECT(service), INDICATOR_SERVICE_SIGNAL_SHUTDOWN, G_CALLBACK(service_disconnected), NULL);
/* Building our app store */
appstore = APPLICATION_SERVICE_APPSTORE(g_object_new(APPLICATION_SERVICE_APPSTORE_TYPE, NULL));