None of my gadgets are respecting the <UserPrefs default_value=""> attribute.
I've copied the sample gadget spec from http://code.google.com/apis/gadgets/docs/fundamentals.html#SetPrefs and loaded it into my shindig container. The 'Count' and 'Reset' buttons work fine but always start counting from 0, regardless of the value I give for default_value in the modified gadget spec. Do I need to explicitly set all the default values at runtime based on the results of a call to /gadgets/metadata? T.

