diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 08:40:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 08:40:24 -0500 |
commit | fff357c14dce6e0ec08294d56c86756f5bede59a (patch) | |
tree | 715e9b9ae1518bad4af4e48ed04e1f270432b505 | |
parent | 208fc0000cc6101d1ebd8ed774f05ec371b1bcaa (diff) | |
download | libayatana-appindicator-fff357c14dce6e0ec08294d56c86756f5bede59a.tar.gz libayatana-appindicator-fff357c14dce6e0ec08294d56c86756f5bede59a.tar.bz2 libayatana-appindicator-fff357c14dce6e0ec08294d56c86756f5bede59a.zip |
Changing the prototype of the added function.
-rw-r--r-- | src/indicator-application.c | 2 |
1 files changed, 2 insertions, 0 deletions
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", |