Comment 1 for bug 1222265

Revision history for this message
Andrei Saygo (andreisaygo) wrote :

in ephy_embed_shell_get_overview_icon()

   filename = ephy_file (icon_name);
- pixbuf = gdk_pixbuf_new_from_file (filename, &error);
+ if (filename)
+ pixbuf = gdk_pixbuf_new_from_file (filename, &error);