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 | |
parent | e4dd5ca36fedaf66b57b0aed83b4d3625a630af8 (diff) | |
parent | fff357c14dce6e0ec08294d56c86756f5bede59a (diff) | |
download | ayatana-indicator-application-0450275d1233e51b95d825b49b55367c692b60d3.tar.gz ayatana-indicator-application-0450275d1233e51b95d825b49b55367c692b60d3.tar.bz2 ayatana-indicator-application-0450275d1233e51b95d825b49b55367c692b60d3.zip |
* Upstream Merge
* Fixing the prototype of the added signal
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | src/indicator-application.c | 2 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 05b9ca8..8172bde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-application (0.2.3-0ubuntu2~ppa1~label4) UNRELEASED; urgency=low + + * Upstream Merge + * Fixing the prototype of the added signal + + -- Ted Gould <ted@ubuntu.com> Thu, 05 Aug 2010 08:40:41 -0500 + indicator-application (0.2.3-0ubuntu2~ppa1~label3) lucid; urgency=low * Upstream Merge 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", |