]> git.0d.be Git - empathy.git/commit
Extract markup_printf-append-free to a function
authorWill Thompson <will.thompson@collabora.co.uk>
Sun, 7 Jun 2009 19:53:50 +0000 (20:53 +0100)
committerWill Thompson <will.thompson@collabora.co.uk>
Sun, 7 Jun 2009 19:53:50 +0000 (20:53 +0100)
commit03f13ebc2457e06ea2c90153777c57a4921876a9
treeaa00eb9b370c56d427de80e03ee0d7e56f5af0a2
parentfe0b029e662224a5218f09eeabb0a49739620740
Extract markup_printf-append-free to a function

The repeated g_markup_printf_escaped; g_string_append; g_free offended
me. I think this makes the function easier to read.
src/empathy-chat-window.c