summaryrefslogtreecommitdiff
path: root/gtk/gtkiconcachevalidator.c
Commit message (Collapse)AuthorAgeFilesLines
* Silence the validatorMatthias Clasen2007-07-251-1/+1
| | | | svn path=/trunk/; revision=18541
* Correct the handling of display names.Matthias Clasen2007-05-301-3/+31
| | | | svn path=/trunk/; revision=17982
* Don't be too strict when checking icon flags. (#435062)Matthias Clasen2007-05-021-3/+2
| | | | | | | | | | | 2007-05-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcachevalidator.c: Don't be too strict when checking icon flags. (#435062) svn path=/trunk/; revision=17767
* Add an icon cache validator.Matthias Clasen2007-05-011-0/+376
2007-05-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcachvalidator.[hc]: Add an icon cache validator. * gtk/updateiconcache.c: Validate the generated cache before moving it in place. Also add a --validate option to validate an existing icon cache. * gtk/gtkiconcache.c: Validate icon caches before using them. * gtk/Makefile.am: Integrate it. svn path=/trunk/; revision=17753