From fff357c14dce6e0ec08294d56c86756f5bede59a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 5 Aug 2010 08:40:24 -0500 Subject: Changing the prototype of the added function. --- src/indicator-application.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/indicator-application.c b/src/indicator-application.c index 9b06213..5a6bfaf 100644 --- a/src/indicator-application.c +++ b/src/indicator-application.c @@ -279,6 +279,8 @@ connected (IndicatorApplication * application) G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, + G_TYPE_STRING, + G_TYPE_STRING, G_TYPE_INVALID); dbus_g_proxy_add_signal(priv->service_proxy, "ApplicationRemoved", -- cgit v1.2.3