diff options
author | Ted Gould <ted@gould.cx> | 2010-01-13 14:54:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-13 14:54:18 -0600 |
commit | 1583b1bb63452848e8f0441418cc08eceffc8b5e (patch) | |
tree | 8e9d0e665b7ecfbda9f2f76f4cb7fcc2f57feb7c /src | |
parent | 8baa1ed000f9ca693aea5a03d9ca2f52cad11f8b (diff) | |
parent | ef9589128e31165cf83b576ac50688db582760f2 (diff) | |
download | ayatana-indicator-application-1583b1bb63452848e8f0441418cc08eceffc8b5e.tar.gz ayatana-indicator-application-1583b1bb63452848e8f0441418cc08eceffc8b5e.tar.bz2 ayatana-indicator-application-1583b1bb63452848e8f0441418cc08eceffc8b5e.zip |
* Upstream update
* Removing the 'destroy' signal handler
Diffstat (limited to 'src')
-rw-r--r-- | src/libappindicator/app-indicator.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |