]> git.0d.be Git - empathy.git/commit
Use char* not EmpathyMessage in TpChat:send-error
authorWill Thompson <will.thompson@collabora.co.uk>
Mon, 31 Aug 2009 00:13:00 +0000 (01:13 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Mon, 31 Aug 2009 00:17:49 +0000 (01:17 +0100)
commita0ee1ca8fbbbe6d34c123eb46b32fc4f1e75779b
tree4c5e99d6a02d87cce81e9204bb31653ea8b38c41
parent04fbe6bf259fd8fb75c8ed4c4e135fb4187045f5
Use char* not EmpathyMessage in TpChat:send-error

The only consumer of this signal just extracts the body from the
EmpathyMessage. It will be easier to handle the SendError D-Bus signal
if we don't have to construct an EmpathyMessage from it.
libempathy-gtk/empathy-chat.c
libempathy/empathy-tp-chat.c