diff main.c @ 290:6a206fbc6e46

do not apply xml escape to sending message.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 02 Apr 2009 21:23:49 +0900
parents e374e789c6fd
children e07f28bed8a8
line wrap: on
line diff
--- a/main.c	Thu Apr 02 00:01:33 2009 +0900
+++ b/main.c	Thu Apr 02 21:23:49 2009 +0900
@@ -111,8 +111,7 @@
     }
 
     g_free(*buffer);
-    *buffer = g_markup_escape_text(plain, -1);
-    g_free(plain);
+    *buffer = plain;
 
     /* return here if the message is not to twitter */
     if(service != twitter_service)