#713: Growl is broken on MacRuby 0.6 ------------------------------+--------------------------------------------- Reporter: ylphcm@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Keywords: growl ------------------------------+--------------------------------------------- Comment(by watson1978@…): Growl displays a notification when I delete ":ApplicationPID = pid,". {{{ diff --git a/sample-macruby/Scripts/growl/growl.rb b/sample- macruby/Scripts/growl/growl.rb index 8377d94..653d1ea 100644 --- a/sample-macruby/Scripts/growl/growl.rb +++ b/sample-macruby/Scripts/growl/growl.rb @@ -79,7 +79,7 @@ module Growl def notify(notification_name, title, description, options = {}, &callback) dict = { :ApplicationName => @application_name, - :ApplicationPID => pid, + #:ApplicationPID => pid, :NotificationName => notification_name, :NotificationTitle => title, :NotificationDescription => description, }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/713#comment:6> MacRuby <http://macruby.org/>