adium/adium

Fix a crash when handling a XML parsing error.
adium-1.6
2012-08-05, Thijs Alkemade
7e712e9c1fda
Fix a crash when handling a XML parsing error.

Fixes #16095
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Confirm Quit</key>
<true/>
<key>Confirm Quit Type</key>
<integer>1</integer>
<key>Suppress Quit Confirmation for File Transfers</key>
<false/>
<key>Suppress Quit Confirmation for Open Chats</key>
<true/>
<key>Suppress Quit Confirmation for Unread Messages</key>
<false/>
</dict>
</plist>