Open Kronuz opened 13 years ago
Sort of fixed it using this script... however the GitXButton still remains open the whole time I have GitX open:
(*
Simple Finder Toolbar Script to open GitX for the front Finder window
Copyright 2010 Brandon Fosdick <bfoz@bfoz.net> (Public Domain)
*)
tell application "Finder" to set thisFolder to (target of front window) as Unicode text
tell application "GitX"
activate
try
open thisFolder
end try
end tell
I don't have Lion yet so I can't really test this yet. But I'll get to your patch as soon as I can.
The button is throwing an exception when I close GitX:
error "GitX got an error: Connection is invalid." number -609
I'm using Mac OS X Lion