GNOME Bugzilla – Bug 700223
prefs: Add support for string-array preferences
Last modified: 2013-05-13 20:17:04 UTC
See patch, written to avoid an ugly hack in bug 697002.
Created attachment 243990 [details] [review] prefs: Add support for string-array preferences As we only had one string-array preference so far, we didn't bother with adding a generic way to handle string-array preferences, and just handled the preference in question explicitly. However we are going to parse another string-array setting, so generalize the existing code to make it reusable for that case.
Review of attachment 243990 [details] [review]: OK.
Attachment 243990 [details] pushed as c2ecdd0 - prefs: Add support for string-array preferences