We're aware, Chris was supposed to update it earlier this week. And this is actually not the most compatible way of doing it either; I have updated that specific section of the applescript docs to figure out if growl is running for both 1.2.x and 1.3. as well as the linked to example script.
-rudy On Oct 27, 10:57 am, SpiralOcean <[email protected]> wrote: > tell application "System Events" > set isRunning to ¬ > count of (every process whose name is "GrowlHelperApp") > 0 > end tell > > needs to change to: > count of (every process whose name is "Growl") > 0 -- 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.
