~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to ext/kate/gstkatedec.c

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
    } else if (ev->text_markup_type == kate_markup_none) {
266
266
      /* no pango markup yet, escape text */
267
267
      /* TODO: actually do the pango thing */
268
 
      escaped = g_markup_printf_escaped ("%s", ev->text);
 
268
      escaped = g_strdup (ev->text);
269
269
      plain = TRUE;
270
270
    } else {
271
271
      escaped = g_strdup (ev->text);