aboutsummaryrefslogtreecommitdiff
path: root/src/application-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-08 15:37:45 -0600
committerTed Gould <ted@gould.cx>2010-01-08 15:37:45 -0600
commit7a78594a6017f4c7aab921a778bb186759b5cded (patch)
tree71d883c4ac28e60235cb870f3961a6fcd28bed3d /src/application-service.c
parentaaa7438bff492c735bffa378ef5d38d3452b4e6f (diff)
parentc4b431a4070d84c12b56ba3007356d38006d89ec (diff)
downloadayatana-indicator-application-7a78594a6017f4c7aab921a778bb186759b5cded.tar.gz
ayatana-indicator-application-7a78594a6017f4c7aab921a778bb186759b5cded.tar.bz2
ayatana-indicator-application-7a78594a6017f4c7aab921a778bb186759b5cded.zip
* Upstream merge:
* Adding support for icons changing through the service and in the indicator. * Fixing the generated headers for DBus Properties calls * Fixing libappindicator set_icon to set the right icon.
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));