On Dec 7, 2009, at 20:21:19, Saptarshi Guha wrote: > I changed the code so that GrowlApplicationBridge.notify... would be > on one line(very unappealing)
This isn't necessary. The parenthesis needs to be on the same line as the method name, and the dot operator needs to be on the same line as the class name; as long as those two requirements are satisfied, all of the lines are one expression. Also, since applicationDidFinishLaunching: is a notification message, its argument is a notification, not the sending object (which is notification.object()). -- 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.
