diff options
Diffstat (limited to 'demos/gtk-demo/theming_custom_css.c')
-rw-r--r-- | demos/gtk-demo/theming_custom_css.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/theming_custom_css.c b/demos/gtk-demo/theming_custom_css.c index 5b5871ac22..20fb4e1221 100644 --- a/demos/gtk-demo/theming_custom_css.c +++ b/demos/gtk-demo/theming_custom_css.c @@ -40,7 +40,7 @@ do_theming_custom_css (GtkWidget *do_widget) gtk_widget_set_name (button, "fancy"); provider = gtk_css_provider_new (); - bytes = g_resources_lookup_data ("/theming_custom_css/gtk.css", 0, NULL); + bytes = g_resources_lookup_data ("/theming_custom_css/fancy.css", 0, NULL); gtk_css_provider_load_from_data (provider, g_bytes_get_data (bytes, NULL), g_bytes_get_size (bytes), NULL); gtk_style_context_add_provider_for_screen (gtk_widget_get_screen (do_widget), |