From 4d6781912473aa6b08f78e40857124e1182b4655 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 4 May 2009 12:31:14 +0200 Subject: Handle errors coming from the EmpathyFTFactory --- libempathy/empathy-ft-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c index d180fa1ed..5ebbe19cd 100644 --- a/libempathy/empathy-ft-factory.c +++ b/libempathy/empathy-ft-factory.c @@ -117,7 +117,7 @@ ft_handler_incoming_ready_cb (EmpathyFTHandler *handler, if (error != NULL) { - /* TODO: error handling */ + /* TODO: error handling */ return; } -- cgit v1.2.3