mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
gtk: Stop using pixdata resources
It does not really help, and pixdata is deprecated.
This commit is contained in:
parent
50c8221058
commit
3287469929
@ -24,7 +24,7 @@ xml += '''
|
||||
'''
|
||||
|
||||
for f in get_files('theme/Adwaita/assets', '.png'):
|
||||
xml += ' <file preprocess=\'to-pixdata\'>theme/Adwaita/assets/{0}</file>\n'.format(f)
|
||||
xml += ' <file>theme/Adwaita/assets/{0}</file>\n'.format(f)
|
||||
|
||||
xml += '\n'
|
||||
|
||||
@ -39,7 +39,7 @@ xml += '''
|
||||
'''
|
||||
|
||||
for f in get_files('theme/HighContrast/assets', '.png'):
|
||||
xml += ' <file preprocess=\'to-pixdata\'>theme/HighContrast/assets/{0}</file>\n'.format(f)
|
||||
xml += ' <file>theme/HighContrast/assets/{0}</file>\n'.format(f)
|
||||
|
||||
xml += '\n'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user