Bring back gtk-orientation icons
These are used in the page setup dialog, so we can't just drop them.
@ -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'):
|
||||
|
BIN
gtk/icons/16x16/status/gtk-orientation-landscape.png
Normal file
After Width: | Height: | Size: 756 B |
BIN
gtk/icons/16x16/status/gtk-orientation-portrait.png
Normal file
After Width: | Height: | Size: 543 B |
BIN
gtk/icons/16x16/status/gtk-orientation-reverse-landscape.png
Normal file
After Width: | Height: | Size: 751 B |
BIN
gtk/icons/16x16/status/gtk-orientation-reverse-portrait.png
Normal file
After Width: | Height: | Size: 557 B |
BIN
gtk/icons/24x24/status/gtk-orientation-landscape.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
gtk/icons/24x24/status/gtk-orientation-portrait.png
Normal file
After Width: | Height: | Size: 931 B |
BIN
gtk/icons/24x24/status/gtk-orientation-reverse-landscape.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
gtk/icons/24x24/status/gtk-orientation-reverse-portrait.png
Normal file
After Width: | Height: | Size: 940 B |