pidgin/gtkwebviewtoolbar.c

changeset 33513
abde619c77bf
parent 33398
bb0e3f84034c
child 33661
2ebcb105e606
--- a/pidgin/gtkwebviewtoolbar.c	Sat Sep 15 04:05:51 2012 -0400
+++ b/pidgin/gtkwebviewtoolbar.c	Sun Oct 07 00:01:34 2012 -0400
@@ -594,7 +594,9 @@
 	g_free(filename);
 
 	gtk_webview_insert_image(GTK_WEBVIEW(toolbar->webview), id);
-	purple_imgstore_unref_by_id(id);
+	/* TODO: do it after passing an image to prpl, not before
+	 * purple_imgstore_unref_by_id(id);
+	 */
 }
 
 static void

mercurial