lyricat / Hotot

A Twitter Client
http://hotot.org
GNU Lesser General Public License v3.0
485 stars 130 forks source link

Fix for avatar image not being saved in disk cache on GTK version #576

Open sudaraka opened 10 years ago

sudaraka commented 10 years ago

Symptom

Avatar icon in the desktop notification (libnotify) of GTK version was missing.

Cause

Save to disk operation was aborted due to an exception in the get_prefs function on agent.py, as it was trying to fetch a non-existing element (proxy_type) from config.settings dictionary.

Solution

Check if the key exists in the dictrionary before using it, and return an empty string if not.