pidgin/pidgin

Fix some GWarnings during finch's startup

22 months ago, Gary Kramlich
01b94846bb60
Fix some GWarnings during finch's startup

Testing Done:
Ran via `G_DEBUG=fatal-warnings gdb --ex run finch3` and verified I was able to make it to the contact list.

Reviewed at https://reviews.imfreedom.org/r/1592/
#!/bin/bash
for f in `ls *.svg`
do
echo "Processing $f file..."
inkscape --vacuum-defs $f
done