On Oct 4, 2011, at 16:38:44, Horse Calledhorse wrote: > I've contacted one of the developers to let them know, and apparently they're > already using the 1.22 framework, so it must be something else causing it not > to work.
They may be conditionally talking to Growl only if isGrowlInstalled returns YES. 1.2.x frameworks don't know Growl is an application; they look for a prefpane, which they don't find, so they can't see that it's installed (but they can see that it is running, which is how notifying works). Applications should not talk to Growl conditionally; they should do it unconditionally. The framework will harmlessly drop the message if it can't deliver it to Growl because Growl is not installed or is turned off. -- 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.
