| 29 { |
29 { |
| 30 if (full) { |
30 if (full) { |
| 31 const gchar *note = purple_blist_node_get_string(node, "notes"); |
31 const gchar *note = purple_blist_node_get_string(node, "notes"); |
| 32 |
32 |
| 33 if ((note != NULL) && (*note != '\0')) { |
33 if ((note != NULL) && (*note != '\0')) { |
| |
34 char *tmp; |
| |
35 purple_markup_html_to_xhtml(note, NULL, &tmp); |
| 34 g_string_append_printf(text, _("\n<b>Buddy Note</b>: %s"), |
36 g_string_append_printf(text, _("\n<b>Buddy Note</b>: %s"), |
| 35 note); |
37 tmp); |
| |
38 g_free(tmp); |
| 36 } |
39 } |
| 37 } |
40 } |
| 38 } |
41 } |
| 39 |
42 |
| 40 static gboolean |
43 static gboolean |