On Mon, Jun 21, 2010 at 00:52, plastichairdoo plastichairdoo@gmail.com wrote:
found those lines and removed the -g parameter from the command - left with this:
------------CODE------------
# TODO: Change when Leopard Only # On Leopard use the -g option to open in background. if os =~ /^10.(5|6)/ active.each {|p| `open -a #{e_sh(p)} #{e_sh(url)}` } else active.each {|p| `open -a #{e_sh(p)} #{e_sh(url)}` } end</string>
------------CODE------------
didn't work :( any other advice? b
Just the obvious one: Did you close the Bundle Editor (or load another item with it) to make sure the new version actually gets used? /mk