diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-07-27 13:35:29 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-07-27 13:35:29 -0400 |
commit | c8be597b7f5bbf54a3f51d5fd84ee4acd49330ee (patch) | |
tree | 5281ab4e383feef9e0ef45277daa60d098c0b79f /gtk/gen-gtk-gresources-xml.py | |
parent | d398c00d20d0f359b2b926b69b960c79bb20a13c (diff) | |
download | gtk+-c8be597b7f5bbf54a3f51d5fd84ee4acd49330ee.tar.gz |
Bring back gtk-orientation icons
These are used in the page setup dialog, so we can't
just drop them.
Diffstat (limited to 'gtk/gen-gtk-gresources-xml.py')
-rw-r--r-- | gtk/gen-gtk-gresources-xml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gen-gtk-gresources-xml.py b/gtk/gen-gtk-gresources-xml.py index 67700d683a..440d0b75f0 100644 --- a/gtk/gen-gtk-gresources-xml.py +++ b/gtk/gen-gtk-gresources-xml.py @@ -62,7 +62,7 @@ for f in get_files('ui', '.ui'): xml += '\n' for s in ['16x16', '24x24', '32x32', '48x48']: - for c in ['categories']: + for c in ['categories', 'status']: icons_dir = 'icons/{0}/{1}'.format(s,c) if os.path.exists(os.path.join(srcdir,icons_dir)): for f in get_files(icons_dir, '.png'): |