diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-01 17:18:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-02-01 17:18:06 +0800 |
commit | 6085b66ce169a5b7a9b6df6afac9a07290c733d3 (patch) | |
tree | b2e68a369c70bdae7746944ba05b7b326f7c9d8d /libempathy-gtk | |
parent | 88c215486143dc4887b1016540d090c78027ddfa (diff) | |
download | gsoc2013-empathy-6085b66ce169a5b7a9b6df6afac9a07290c733d3.tar gsoc2013-empathy-6085b66ce169a5b7a9b6df6afac9a07290c733d3.tar.gz gsoc2013-empathy-6085b66ce169a5b7a9b6df6afac9a07290c733d3.tar.bz2 gsoc2013-empathy-6085b66ce169a5b7a9b6df6afac9a07290c733d3.tar.lz gsoc2013-empathy-6085b66ce169a5b7a9b6df6afac9a07290c733d3.tar.xz gsoc2013-empathy-6085b66ce169a5b7a9b6df6afac9a07290c733d3.tar.zst gsoc2013-empathy-6085b66ce169a5b7a9b6df6afac9a07290c733d3.zip |
coding style fix
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index eb7325339..f68e1cc83 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -776,7 +776,7 @@ chat_command_msg (EmpathyChat *chat, #endif static void -callback_for_request_rename(TpProxy *proxy, +callback_for_request_rename (TpProxy *proxy, const GError *error, gpointer user_data, GObject *weak_object) |