annotate src/icons/svg/Makefile.am @ 1781:95a013ade7e2
Fix bug 2917164.
g_utf8_collate_key_for_filename() don't give sort order one
may expect. Using g_utf8_collate_key() make things closer
to many other programs output (ie. ls and gqview).
Thanks to Michael pointing this out.
author |
zas_ |
date |
Sat, 19 Dec 2009 12:53:20 +0000 |
parents |
d063f97503b7 |
children |
|
rev |
line source |
91
|
1 ## Process this file with automake to produce Makefile.in.
|
|
2
|
|
3 svg_images = \
|
|
4 folder_closed.svg \
|
|
5 folder_locked.svg \
|
|
6 folder_open.svg \
|
|
7 folder_up.svg \
|
|
8 gqview_icon.svg \
|
|
9 icon_book.svg \
|
|
10 icon_config.svg \
|
|
11 icon_tools.svg \
|
|
12 icon_view.svg \
|
|
13 sheet_blank.svg \
|
|
14 sheet_broken.svg \
|
|
15 spinner_orbit.svg
|
|
16
|
|
17 EXTRA_DIST = $(svg_images)
|
|
18
|