Queue redraw after downloading image
[claws.git] / src / plugins / litehtml_viewer / container_linux_images.cpp
index 6cda9d7d26a8aa8e3a3ac9fce48ca79d95d6c042..a0d6aedb131e7d887ab936b0565e19951ada9551 100644 (file)
@@ -82,7 +82,7 @@ static void get_image_callback(GObject *source, GAsyncResult *res, gpointer user
 
        if (pixbuf != NULL) {
                ctx->container->add_image_to_cache(ctx->url, pixbuf);
-               ctx->container->redraw(TRUE);
+               ctx->container->rerender();
        }
 
        g_free(ctx->url);