diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-01 21:52:20 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-09-01 22:49:39 +0800 |
commit | ffe919b7e6e98b923d4ecdc5fda726d639426108 (patch) | |
tree | b01f326b35b12f528f11bf11bd2fbd2a674d07ec /libempathy | |
parent | 3e83992d52dcde84723dc31129546d4e78877f15 (diff) | |
download | gsoc2013-empathy-ffe919b7e6e98b923d4ecdc5fda726d639426108.tar gsoc2013-empathy-ffe919b7e6e98b923d4ecdc5fda726d639426108.tar.gz gsoc2013-empathy-ffe919b7e6e98b923d4ecdc5fda726d639426108.tar.bz2 gsoc2013-empathy-ffe919b7e6e98b923d4ecdc5fda726d639426108.tar.lz gsoc2013-empathy-ffe919b7e6e98b923d4ecdc5fda726d639426108.tar.xz gsoc2013-empathy-ffe919b7e6e98b923d4ecdc5fda726d639426108.tar.zst gsoc2013-empathy-ffe919b7e6e98b923d4ecdc5fda726d639426108.zip |
Fix long lines.
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index c35b31eb8..6313752d9 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1137,7 +1137,8 @@ dispatcher_request_failed (EmpathyDispatcher *dispatcher, EmpathyDispatcherPriv *priv = GET_PRIV (dispatcher); ConnectionData *conn_data; - conn_data = g_hash_table_lookup (priv->connections, request_data->connection); + conn_data = g_hash_table_lookup (priv->connections, + request_data->connection); if (request_data->cb != NULL) request_data->cb (NULL, error, request_data->user_data); @@ -1345,7 +1346,8 @@ dispatcher_chat_with_contact_id_cb (EmpathyTpContactFactory *factory, } else { - empathy_dispatcher_chat_with_contact (contact, data->callback, data->user_data); + empathy_dispatcher_chat_with_contact (contact, data->callback, + data->user_data); } g_object_unref (data->dispatcher); |