comparison pidgin/plugins/convcolors.c @ 15420:b25a5eddff9c

Fix convcolors to not unlinkify the links.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 26 Jan 2007 03:53:15 +0000
parents 5fe8042783c1
children ce0cd7474b64
comparison
equal deleted inserted replaced
15419:16cd6fd20e6f 15420:b25a5eddff9c
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;