Hi, I noticed that that SETPROP() in config.def.h now takes two arguments. The SETPROP() for surf.sh (still?) takes one. Being unsure on how to handle this right I just changed SETPROP(p) to SETPROP(p,q) and added "_SURF_GO" to the SETPROP()'s in keys[].. From what it looks like q (or fid in surf.sh) isn't handled anyway but trying to remove the second argument I get 'error: 'q' undeclared here". What is its purpose? How should one do this properly?
Thanks, cryptix