aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-new-chatroom-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-24 22:00:49 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-05-24 22:00:49 +0800
commit9d408bd199a0b577eaec9826df060397578f3a37 (patch)
tree9f4aebf460948f1196a20893a790fa4c58efde1b /src/empathy-new-chatroom-dialog.c
parent138123c86b9e6a6bf67a188d1e67bd0444c7ebff (diff)
parentec619f9805258aa9d623e2651fb604b80d49f795 (diff)
downloadgsoc2013-empathy-9d408bd199a0b577eaec9826df060397578f3a37.tar
gsoc2013-empathy-9d408bd199a0b577eaec9826df060397578f3a37.tar.gz
gsoc2013-empathy-9d408bd199a0b577eaec9826df060397578f3a37.tar.bz2
gsoc2013-empathy-9d408bd199a0b577eaec9826df060397578f3a37.tar.lz
gsoc2013-empathy-9d408bd199a0b577eaec9826df060397578f3a37.tar.xz
gsoc2013-empathy-9d408bd199a0b577eaec9826df060397578f3a37.tar.zst
gsoc2013-empathy-9d408bd199a0b577eaec9826df060397578f3a37.zip
Merge branch 'gnome-3-8'
Conflicts: NEWS configure.ac
Diffstat (limited to 'src/empathy-new-chatroom-dialog.c')
-rw-r--r--src/empathy-new-chatroom-dialog.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c
index f0b6ec641..6ff365ce9 100644
--- a/src/empathy-new-chatroom-dialog.c
+++ b/src/empathy-new-chatroom-dialog.c
@@ -504,12 +504,12 @@ new_room_list_cb (GObject *source,
return;
}
- g_signal_connect (self->priv->room_list, "got-room",
- G_CALLBACK (new_chatroom_dialog_got_room_cb), self);
- g_signal_connect (self->priv->room_list, "failed",
- G_CALLBACK (listing_failed_cb), self);
- g_signal_connect (self->priv->room_list, "notify::listing",
- G_CALLBACK (new_chatroom_dialog_listing_cb), self);
+ tp_g_signal_connect_object (self->priv->room_list, "got-room",
+ G_CALLBACK (new_chatroom_dialog_got_room_cb), self, 0);
+ tp_g_signal_connect_object (self->priv->room_list, "failed",
+ G_CALLBACK (listing_failed_cb), self, 0);
+ tp_g_signal_connect_object (self->priv->room_list, "notify::listing",
+ G_CALLBACK (new_chatroom_dialog_listing_cb), self, 0);
if (gtk_expander_get_expanded (GTK_EXPANDER (self->priv->expander_browse)))
{