diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-04 18:31:14 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:38 +0800 |
commit | 4d6781912473aa6b08f78e40857124e1182b4655 (patch) | |
tree | af349a9750df3714b209f8ba6933f4b9114ba526 /libempathy | |
parent | 93226e13ef87be16b42eb77a4b504ec657fd3e2c (diff) | |
download | gsoc2013-empathy-4d6781912473aa6b08f78e40857124e1182b4655.tar gsoc2013-empathy-4d6781912473aa6b08f78e40857124e1182b4655.tar.gz gsoc2013-empathy-4d6781912473aa6b08f78e40857124e1182b4655.tar.bz2 gsoc2013-empathy-4d6781912473aa6b08f78e40857124e1182b4655.tar.lz gsoc2013-empathy-4d6781912473aa6b08f78e40857124e1182b4655.tar.xz gsoc2013-empathy-4d6781912473aa6b08f78e40857124e1182b4655.tar.zst gsoc2013-empathy-4d6781912473aa6b08f78e40857124e1182b4655.zip |
Handle errors coming from the EmpathyFTFactory
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-ft-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |