diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-01-17 17:42:06 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-01-17 23:47:34 -0500 |
commit | 81b65eadcba63809d3879a5efcbb55eaf1bbd8e3 (patch) | |
tree | 4b6a8f680801ed2286bcb0b24c585f6a49744dba /gtk/gen-gtk-gresources-xml.py | |
parent | 1e7705c08e8df29952b052436259d624f4ea5525 (diff) | |
download | gtk+-81b65eadcba63809d3879a5efcbb55eaf1bbd8e3.tar.gz |
Add an Empty theme for tests
Diffstat (limited to 'gtk/gen-gtk-gresources-xml.py')
-rw-r--r-- | gtk/gen-gtk-gresources-xml.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gen-gtk-gresources-xml.py b/gtk/gen-gtk-gresources-xml.py index 846b27dd0b..95bccf9268 100644 --- a/gtk/gen-gtk-gresources-xml.py +++ b/gtk/gen-gtk-gresources-xml.py @@ -17,6 +17,7 @@ def get_files(subdir,extension): return sorted(filter(lambda x: x.endswith((extension)), os.listdir(os.path.join(srcdir,subdir)))) xml += ''' + <file>theme/Empty/gtk.css</file> <file>theme/Adwaita/gtk.css</file> <file>theme/Adwaita/gtk-dark.css</file> <file>theme/Adwaita/gtk-contained.css</file> |