[Telepathy-commits] [telepathy-glib/master] BaseConnection: emit SelfHandleChanged when it has

Will Thompson will.thompson at collabora.co.uk
Fri Aug 29 03:47:34 PDT 2008


---
 telepathy-glib/base-connection.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 403ae98..b6d80bf 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -230,6 +230,8 @@ tp_base_connection_set_property (GObject      *object,
         self->self_handle = new_self_handle;
         tp_handle_ref (priv->handles[TP_HANDLE_TYPE_CONTACT],
             self->self_handle);
+
+        tp_svc_connection_emit_self_handle_changed (self, self->self_handle);
       }
       break;
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list