diff pidgin/gtkwebview.c @ 32808:b8cbd52e26b1

Remove _with_imgstore suffix on this function. There isn't a version without it anyway.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 31 May 2012 00:36:55 +0000
parents 42b3e6ded93b
children 5617be6a8413
line wrap: on
line diff
--- a/pidgin/gtkwebview.c	Mon May 28 22:34:59 2012 +0000
+++ b/pidgin/gtkwebview.c	Thu May 31 00:36:55 2012 +0000
@@ -526,7 +526,7 @@
 }
 
 void
-gtk_webview_load_html_string_with_imgstore(GtkWebView *webview, const char *html)
+gtk_webview_load_html_string(GtkWebView *webview, const char *html)
 {
 	GtkWebViewPriv *priv = GTK_WEBVIEW_GET_PRIVATE(webview);
 	char *html_imged;