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

@ -67,8 +67,7 @@ gtk_css_image_win32_draw (GtkCssImage *image,
static gboolean
gtk_css_image_win32_parse (GtkCssImage *image,
GtkCssParser *parser,
GFile *base)
GtkCssParser *parser)
{
GtkCssImageWin32 *wimage = GTK_CSS_IMAGE_WIN32 (image);
char *class;