Mercurial > pidgin.yaz
view pidgin/pixmaps/art-tools/clean-svg-definitions.sh @ 23889:64a4069e504e
Do not allow setting empty shortcut for a custom smiley.
Fixes <672525.16246.qm@web45411.mail.sp1.yahoo.com> reported by Jean La.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 26 Aug 2008 22:06:21 +0000 |
parents | 209da0d52824 |
children |
line wrap: on
line source
#!/bin/bash for f in `ls *.svg` do echo "Processing $f file..." inkscape --vacuum-defs $f done