aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-16 16:32:18 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-09-16 16:32:23 +0800
commit0fab2d22847ee90c06be84bac9935942e39039b1 (patch)
treea8893cc3d04ad28887bab4bf6ae4342171386539 /libempathy
parente3ac85477f053b98531e1b295c498b41659ab0eb (diff)
downloadgsoc2013-empathy-0fab2d22847ee90c06be84bac9935942e39039b1.tar
gsoc2013-empathy-0fab2d22847ee90c06be84bac9935942e39039b1.tar.gz
gsoc2013-empathy-0fab2d22847ee90c06be84bac9935942e39039b1.tar.bz2
gsoc2013-empathy-0fab2d22847ee90c06be84bac9935942e39039b1.tar.lz
gsoc2013-empathy-0fab2d22847ee90c06be84bac9935942e39039b1.tar.xz
gsoc2013-empathy-0fab2d22847ee90c06be84bac9935942e39039b1.tar.zst
gsoc2013-empathy-0fab2d22847ee90c06be84bac9935942e39039b1.zip
tp-roomlist: pass self as weak object to tp_cli_channel_type_room_list_call_list_rooms
https://bugzilla.gnome.org/show_bug.cgi?id=658909
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-roomlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-roomlist.c b/libempathy/empathy-tp-roomlist.c
index 79516a5f0..b70578156 100644
--- a/libempathy/empathy-tp-roomlist.c
+++ b/libempathy/empathy-tp-roomlist.c
@@ -299,7 +299,7 @@ tp_roomlist_create_channel_cb (GObject *source,
if (priv->start_requested == TRUE) {
tp_cli_channel_type_room_list_call_list_rooms (priv->channel, -1,
- call_list_rooms_cb, self, NULL, NULL);
+ call_list_rooms_cb, self, NULL, G_OBJECT (self));
priv->start_requested = FALSE;
}