# HG changeset patch # User Yoshiki Yazawa # Date 1215333604 -32400 # Node ID 0fb9c9d152ef65fcffde3e7a347cef4fc4603d37 # Parent 090e28908f098992d5e6d84d13c953a7572da701 temporally turn strip_markup() off for writing im. diff -r 090e28908f09 -r 0fb9c9d152ef pidgin-twitter.c --- 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)) {