diff options
Diffstat (limited to 'telepathy-glib/simple-handler.c')
-rw-r--r-- | telepathy-glib/simple-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/simple-handler.c b/telepathy-glib/simple-handler.c index 7484a729f..f3871a1ff 100644 --- a/telepathy-glib/simple-handler.c +++ b/telepathy-glib/simple-handler.c @@ -48,7 +48,7 @@ * client = tp_simple_handler_new (NULL, FALSE, FALSE, * "MyHandler", FALSE, my_handle_channel, user_data); * - * tp_base_client_take_handler_filter_object (client, + * tp_base_client_take_handler_filter (client, * tp_channel_filter_new_for_text_chats ()); * * tp_base_client_register (client, NULL); |