Mercurial > pidgin.yaz
changeset 18546:3a6e9a57f8f3
disapproval of revision 'a85dc51a1d0ec3a5092ff577a129e4fcec6f212f'
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Sat, 21 Jul 2007 02:13:44 +0000 |
parents | 7cd39e4b241d |
children | 3f45fdbfac1b |
files | pidgin/gtknotify.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtknotify.c Sat Jul 21 02:10:34 2007 +0000 +++ b/pidgin/gtknotify.c Sat Jul 21 02:13:44 2007 +0000 @@ -672,7 +672,7 @@ for (j = 1; j < col_num; j++) { GValue v; - char *escaped = g_list_nth_data(row, j - 1); + char *escaped = g_markup_escape_text(g_list_nth_data(row, j - 1), -1); v.g_type = 0; g_value_init(&v, G_TYPE_STRING);