Comment 21 for bug 23369

Revision history for this message
In , Christian Biesinger (cbiesinger) wrote :

Comment on attachment 117156
pach_v2 (add pref to enable/disable system-pref feature)

+ printf("...FAil to Get config\n");

that line should be removed or made ifdef DEBUG.

+enum SysPrefType {

can system preferences not be boolean? or do I misunderstand the purpose of
this enum?

(this is not a review. these are just two comments on the patch.)