mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-03 17:21:11 +00:00
Fix up the resource generation for icons
The script was looking in the wrong subdirectories.
This commit is contained in:
parent
cb247276f5
commit
d398c00d20
@ -62,7 +62,7 @@ for f in get_files('ui', '.ui'):
|
||||
xml += '\n'
|
||||
|
||||
for s in ['16x16', '24x24', '32x32', '48x48']:
|
||||
for c in ['actions', 'status']:
|
||||
for c in ['categories']:
|
||||
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'):
|
||||
|
Loading…
Reference in New Issue
Block a user