]> git.0d.be Git - empathy.git/commit
Fix escaping of text in empathy log window
authorRyan Lortie <desrt@desrt.ca>
Sat, 8 Jun 2013 16:19:39 +0000 (12:19 -0400)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 26 Jun 2013 08:45:38 +0000 (10:45 +0200)
commit6bace22f3ffb9695870267e2a59858b3feeaa83e
treebada38a571c605cd481de2224accd6642ef844b1
parente23e2b8330f63207867224ab96ef11b2aedf9cfc
Fix escaping of text in empathy log window

We insert text into the log window by using a javascript expression,
with the text to insert quoted with single quotes.

Ensure that we apply the correct escaping so that backslashes and quote
characters are taken literally.

https://bugzilla.gnome.org/show_bug.cgi?id=691085
libempathy-gtk/empathy-log-window.c