aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-13 14:54:18 -0600
committerTed Gould <ted@gould.cx>2010-01-13 14:54:18 -0600
commit1583b1bb63452848e8f0441418cc08eceffc8b5e (patch)
tree8e9d0e665b7ecfbda9f2f76f4cb7fcc2f57feb7c
parent8baa1ed000f9ca693aea5a03d9ca2f52cad11f8b (diff)
parentef9589128e31165cf83b576ac50688db582760f2 (diff)
downloadayatana-indicator-application-1583b1bb63452848e8f0441418cc08eceffc8b5e.tar.gz
ayatana-indicator-application-1583b1bb63452848e8f0441418cc08eceffc8b5e.tar.bz2
ayatana-indicator-application-1583b1bb63452848e8f0441418cc08eceffc8b5e.zip
* Upstream update
* Removing the 'destroy' signal handler
-rw-r--r--debian/changelog7
-rw-r--r--src/libappindicator/app-indicator.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6456edd..7b9a704 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+indicator-application (0.0.8-0ubuntu1~ppa2~fallback4) UNRELEASED; urgency=low
+
+ * Upstream update
+ * Removing the 'destroy' signal handler
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 13 Jan 2010 14:54:00 -0600
+
indicator-application (0.0.8-0ubuntu1~ppa2~fallback3) karmic; urgency=low
* Upstream update
diff --git a/src/libappindicator/app-indicator.c b/src/libappindicator/app-indicator.c
index e581829..7dd2894 100644
--- a/src/libappindicator/app-indicator.c
+++ b/src/libappindicator/app-indicator.c
@@ -374,6 +374,7 @@ app_indicator_dispose (GObject *object)
if (priv->watcher_proxy != NULL) {
dbus_g_connection_flush(priv->connection);
+ g_signal_handlers_disconnect_by_func(G_OBJECT(priv->watcher_proxy), watcher_proxy_destroyed, self);
g_object_unref(G_OBJECT(priv->watcher_proxy));
priv->watcher_proxy = NULL;
}