]> git.0d.be Git - empathy.git/commit
Don't parse message in EmpathyMessage:body setter
authorWill Thompson <will.thompson@collabora.co.uk>
Wed, 26 Aug 2009 18:47:49 +0000 (19:47 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Thu, 27 Aug 2009 20:16:53 +0000 (21:16 +0100)
commitc74685b02308c82d355fc59e1aa8491c84a2f114
treee16276972c44a78a028740e69a26170521268e52
parentdec9d4dcf8c7611862221be9eadb53ef52a5bc3b
Don't parse message in EmpathyMessage:body setter

This fixes a bug where the message (Type_Action, "/me wooo yay") is
printed as " ! wjt woo yay" rather than as " ! wjt /me woo yay".

This also fixes Gnome bug #593101 (Empathy exits sending empty /me
message), which was caused by this deleted code walking off the end of
the string "/me".
libempathy/empathy-message.c