aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--src/indicator-application.c2
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",