diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 08:41:07 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 08:41:07 -0500 |
commit | 0450275d1233e51b95d825b49b55367c692b60d3 (patch) | |
tree | 5e85a71c2347e77755774749751f8304594ff596 /src | |
parent | e4dd5ca36fedaf66b57b0aed83b4d3625a630af8 (diff) | |
parent | fff357c14dce6e0ec08294d56c86756f5bede59a (diff) | |
download | libayatana-appindicator-0450275d1233e51b95d825b49b55367c692b60d3.tar.gz libayatana-appindicator-0450275d1233e51b95d825b49b55367c692b60d3.tar.bz2 libayatana-appindicator-0450275d1233e51b95d825b49b55367c692b60d3.zip |
* Upstream Merge
* Fixing the prototype of the added signal
Diffstat (limited to 'src')
-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", |