]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-list.c
Handle the case where a user's id changes in a chatroom
[empathy.git] / libempathy / empathy-contact-list.c
index d9493af1e8091307d7bf05fc4ef96ee06872f15a..d4859210a6508e3dab49d40d9bf55d710a8a5167 100644 (file)
@@ -54,6 +54,15 @@ contact_list_base_init (gpointer klass)
        static gboolean initialized = FALSE;
 
        if (!initialized) {
+               g_signal_new ("member-renamed",
+                             G_TYPE_FROM_CLASS (klass),
+                             G_SIGNAL_RUN_LAST,
+                             0,
+                             NULL, NULL,
+                             _empathy_marshal_VOID__OBJECT_OBJECT_UINT_STRING,
+                             G_TYPE_NONE,
+                             4, EMPATHY_TYPE_CONTACT, EMPATHY_TYPE_CONTACT, G_TYPE_UINT, G_TYPE_STRING);
+
                g_signal_new ("members-changed",
                              G_TYPE_FROM_CLASS (klass),
                              G_SIGNAL_RUN_LAST,