# HG changeset patch # User Nathan Walp # Date 1184984024 0 # Node ID 3a6e9a57f8f3be17e261643604c606f56ade1b14 # Parent 7cd39e4b241de42b54f2d3c2fe3f871e94c4f711 disapproval of revision 'a85dc51a1d0ec3a5092ff577a129e4fcec6f212f' diff -r 7cd39e4b241d -r 3a6e9a57f8f3 pidgin/gtknotify.c --- 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);