On Nov 20, 2011, at 15:05:06, Jakub Suder wrote:
> I was passing the date inside the dictionary as NSDate, and I've noticed that 
> the docs didn't list dates as allowed types for passing in the click context …

An NSDate should work. I don't know why it was never listed on the docs, but an 
NSDate is a valid property list object.

> - the first time, the commit[date] field in the dictionary is passed
> as NSNumber, but on the second call (which shouldn't happen at all)
> that field is passed as NSString containing that number...

My hunch is that this is a bug in how Growl deserializes plists from GNTP 
communications, and/or how the framework serializes them to go over GNTP in the 
first place. My other hunch is that the NSDate thing is as well.

I suggest filing bugs on both of these:

        http://code.google.com/p/growl/issues/list

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to