css tests: Fix style tests

Commit d0fd7990c3 changed
the location of builtin themes, breaking the loading of
the empty theme in test-css-style.
This commit is contained in:
Matthias Clasen 2016-02-05 15:54:50 +01:00
parent 132abb8749
commit f2e08d3a9c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gtk/libgtk/theme">
<file>Empty.css</file>
<gresource prefix="/org/gtk/libgtk/theme/Empty">
<file>gtk.css</file>
</gresource>
</gresources>