Added accounts_get_all_active.
[python-purple] / account.pyx
index dd324af..9af451e 100644 (file)
@@ -283,6 +283,10 @@ cdef class Account:
 
             sett = str(<char *> setting)
 
+            if not po.has_key(sett):
+                iter = iter.next
+                continue
+
             if type == prefs.PURPLE_PREF_STRING:
 
                 str_value = <char *> po[sett]