diff options
Diffstat (limited to 'testsuite/gtk/firefox-stylecontext.c')
-rw-r--r-- | testsuite/gtk/firefox-stylecontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/firefox-stylecontext.c b/testsuite/gtk/firefox-stylecontext.c index 1a581fe06e..86dc1ee5f0 100644 --- a/testsuite/gtk/firefox-stylecontext.c +++ b/testsuite/gtk/firefox-stylecontext.c @@ -34,7 +34,7 @@ test_init_of_theme (void) css = g_strdup_printf (".background { color: %s; }", before.alpha < 0.5 ? "black" : "transparent"); provider = gtk_css_provider_new (); - gtk_css_provider_load_from_data (provider, css, -1, NULL); + gtk_css_provider_load_from_data (provider, css, -1); gtk_style_context_add_provider (context, GTK_STYLE_PROVIDER (provider), GTK_STYLE_PROVIDER_PRIORITY_FALLBACK + 1); |