changeset 90:2a14fe9f6030

revert r89. that caused icon miss.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 06 Jul 2008 17:58:24 +0900
parents 0fb9c9d152ef
children 7f20a61e98ad
files pidgin-twitter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)) {