]> Pileus Git - ~andy/gtk/blobdiff - demos/gtk-demo/theming_custom_css.c
gtk-demo: Don't use aliases for filenames
[~andy/gtk] / demos / gtk-demo / theming_custom_css.c
index 5b5871ac22701864bb61e0acedf003e90437f858..20fb4e12218b8ba903ef6e686641206a2435f71e 100644 (file)
@@ -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),