cssimage: No need to pass base file anymore

The file is now part of the GtkCssParser
This commit is contained in:
Benjamin Otte
2012-04-18 21:44:08 +02:00
parent e1317268a3
commit c9f01ffb43
9 changed files with 14 additions and 23 deletions

View File

@ -62,8 +62,7 @@ gtk_css_image_url_draw (GtkCssImage *image,
static gboolean
gtk_css_image_url_parse (GtkCssImage *image,
GtkCssParser *parser,
GFile *base)
GtkCssParser *parser)
{
GtkCssImageUrl *url = GTK_CSS_IMAGE_URL (image);
GdkPixbuf *pixbuf;