changeset 89:0fb9c9d152ef

temporally turn strip_markup() off for writing im.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sun, 06 Jul 2008 17:40:04 +0900
parents 090e28908f09
children 2a14fe9f6030
files pidgin-twitter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin-twitter.c	Sun Jul 06 16:22:05 2008 +0900
+++ b/pidgin-twitter.c	Sun Jul 06 17:40:04 2008 +0900
@@ -646,7 +646,7 @@
         return FALSE;
 
     /* strip all markups */
-    strip_markup(buffer);
+//    strip_markup(buffer); // this causes missing of strings surrounded by <>
 
     /* playsound */
     if(purple_prefs_get_bool(OPT_PLAYSOUND_SENDER)) {