From 6405eb55ea31ac039c39a780fbeb6848d05934bf Mon Sep 17 00:00:00 2001 From: Gabriel Millaire Date: Sat, 16 May 2009 16:42:37 -0400 Subject: Fixed call with list --- libempathy/empathy-tp-roomlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-tp-roomlist.c b/libempathy/empathy-tp-roomlist.c index 5d3eded4d..1b2e393d1 100644 --- a/libempathy/empathy-tp-roomlist.c +++ b/libempathy/empathy-tp-roomlist.c @@ -297,7 +297,7 @@ channel_ready_cb (TpChannel *channel, if (priv->start_requested == TRUE) { tp_cli_channel_type_room_list_call_list_rooms (priv->channel, -1, - call_list_rooms_cb, NULL, NULL, NULL); + call_list_rooms_cb, list, NULL, NULL); priv->start_requested = FALSE; } } -- cgit v1.2.3