diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-23 21:23:17 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-02-23 23:21:32 +0800 |
commit | 354da6284f909aea471e12742a0c4bd6c3f9b470 (patch) | |
tree | 876e60ee4b907b4f7442a30f9383567a01381c1e | |
parent | 34dbeb68c11d8b4477a04ed93fa90aaf2e563fec (diff) | |
download | gsoc2013-empathy-354da6284f909aea471e12742a0c4bd6c3f9b470.tar gsoc2013-empathy-354da6284f909aea471e12742a0c4bd6c3f9b470.tar.gz gsoc2013-empathy-354da6284f909aea471e12742a0c4bd6c3f9b470.tar.bz2 gsoc2013-empathy-354da6284f909aea471e12742a0c4bd6c3f9b470.tar.lz gsoc2013-empathy-354da6284f909aea471e12742a0c4bd6c3f9b470.tar.xz gsoc2013-empathy-354da6284f909aea471e12742a0c4bd6c3f9b470.tar.zst gsoc2013-empathy-354da6284f909aea471e12742a0c4bd6c3f9b470.zip |
Don't disconnect the contact_name_changed_cb cb
tp_g_signal_connect_object() does it for us.
-rw-r--r-- | src/empathy-call-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 711447d6e..97bc583ce 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -2372,8 +2372,6 @@ empathy_call_window_dispose (GObject *object) if (priv->contact != NULL) { - g_signal_handlers_disconnect_by_func (priv->contact, - contact_name_changed_cb, self); priv->contact = NULL; } |