diff util.h @ 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 b4c846870b3c
children
line wrap: on
line diff
--- a/util.h	Wed Oct 14 14:55:55 2009 +0900
+++ b/util.h	Thu Oct 15 15:49:12 2009 +0900
@@ -5,7 +5,7 @@
 void strip_markup(gchar **str, gboolean escape);
 gchar *strip_html_markup(const gchar *src);
 gboolean ensure_path_exists(const char *dir);
-gchar *twitter_make_link_string(gchar **str);
+gchar *twitter_rip_link_string(gchar **str);
 
 gboolean is_twitter_conv(PurpleConversation *conv);
 gboolean is_wassr_account(PurpleAccount *account, const char *name);