diff util.c @ 337:9f78fb6bfc76

gtkimhtml easily be fooled if the buffer is not entity markuped.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 15 Oct 2009 15:49:12 +0900
parents 227852ee649c
children 2e37e715e4a6
line wrap: on
line diff
--- a/util.c	Wed Oct 14 14:55:55 2009 +0900
+++ b/util.c	Thu Oct 15 15:49:12 2009 +0900
@@ -521,7 +521,7 @@
 }
 
 gchar *
-twitter_make_link_string(gchar **str)
+twitter_rip_link_string(gchar **str)
 {
     GMatchInfo *match_info = NULL;
     gchar *boddy0 = NULL, *boddy = NULL;