Ticket #169: status_item.diff
| File status_item.diff, 473 bytes (added by isaackearse@…, 3 years ago) |
|---|
-
lib/hotcocoa/mappings/status_item.rb
3 3 defaults :length => NSVariableStatusItemLength 4 4 5 5 def alloc_with_options(options) 6 status_bar.statusItemWithLength options.delete(:length)6 HotCocoa.status_bar.statusItemWithLength options.delete(:length) 7 7 end 8 8 9 9 end

