# HG changeset patch # User Yoshiki Yazawa # Date 1215334704 -32400 # Node ID 2a14fe9f60306b5e56200c82effede4ce3d36b76 # Parent 0fb9c9d152ef65fcffde3e7a347cef4fc4603d37 revert r89. that caused icon miss. diff -r 0fb9c9d152ef -r 2a14fe9f6030 pidgin-twitter.c --- a/pidgin-twitter.c Sun Jul 06 17:40:04 2008 +0900 +++ b/pidgin-twitter.c Sun Jul 06 17:58:24 2008 +0900 @@ -646,7 +646,7 @@ return FALSE; /* strip all markups */ -// strip_markup(buffer); // this causes missing of strings surrounded by <> + strip_markup(buffer); // this causes missing of strings surrounded by <> /* playsound */ if(purple_prefs_get_bool(OPT_PLAYSOUND_SENDER)) {