# HG changeset patch # User Sadrul Habib Chowdhury # Date 1169783595 0 # Node ID b25a5eddff9c286267b367d5f8c2d932ec27cd85 # Parent 16cd6fd20e6f500dee3323143c5b532a77f81160 Fix convcolors to not unlinkify the links. diff -r 16cd6fd20e6f -r b25a5eddff9c pidgin/plugins/convcolors.c --- a/pidgin/plugins/convcolors.c Fri Jan 26 03:39:39 2007 +0000 +++ b/pidgin/plugins/convcolors.c Fri Jan 26 03:53:15 2007 +0000 @@ -124,6 +124,10 @@ t = *displaying; *displaying = gaim_markup_strip_html(t); g_free(t); + /* Restore the links */ + t = *displaying; + *displaying = gaim_markup_linkify(t); + g_free(t); } if (color && *color)