diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 15:35:23 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 15:35:23 -0600 |
commit | 98237f0789319b6133411618d505a2c945e669a5 (patch) | |
tree | ab1abf5193e2cddec2e6df706506d5043919e133 /src/application-service.c | |
parent | a5753822cc80f3f579aa61801b54134b3baa8076 (diff) | |
parent | bb71fc2d4c0b555f23940b8c9d4f6973307cbd20 (diff) | |
download | ayatana-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.c | 2 |
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)); |