| 15480:b87f5f56c8c6 | 15481:6e9da7b5bd5c |
|---|---|
| 122 if (gaim_prefs_get_bool(PREF_IGNORE)) | 122 if (gaim_prefs_get_bool(PREF_IGNORE)) |
| 123 { | 123 { |
| 124 t = *displaying; | 124 t = *displaying; |
| 125 *displaying = gaim_markup_strip_html(t); | 125 *displaying = gaim_markup_strip_html(t); |
| 126 g_free(t); | 126 g_free(t); |
| 127 /* Restore the links */ | |
| 128 t = *displaying; | |
| 129 *displaying = gaim_markup_linkify(t); | |
| 130 g_free(t); | |
| 127 } | 131 } |
| 128 | 132 |
| 129 if (color && *color) | 133 if (color && *color) |
| 130 { | 134 { |
| 131 t = *displaying; | 135 t = *displaying; |