]> spindle.queued.net Git - midori/commitdiff
Ensure the web view of the thumb view is realized
authorChristian Dywan <christian@twotoasts.de>
Fri, 4 Jun 2010 21:46:27 +0000 (23:46 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 4 Jun 2010 22:50:06 +0000 (00:50 +0200)
midori/midori-view.c

index b1e0ba67ebf3dd14193388fecfdd79d724d7304c..684b3bc4d7c5c1d6aff388cefdbd9d3998599bb1 100644 (file)
@@ -5115,6 +5115,7 @@ thumb_view_load_status_cb (MidoriView* thumb_view,
     if (katze_object_get_enum (thumb_view, "load-status") != MIDORI_LOAD_FINISHED)
         return;
 
+    gtk_widget_realize (midori_view_get_web_view (MIDORI_VIEW (thumb_view)));
     img = midori_view_get_snapshot (MIDORI_VIEW (thumb_view), 240, 160);
     gdk_pixbuf_save_to_buffer (img, &file_content, &sz, "png", NULL, "compression", "7", NULL);
     encoded = g_base64_encode ((guchar *)file_content, sz );