pidgin/pidgin

Remove the queued_output_stream_clear_on_error test as it was more of a heurisitc test than anything else
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done