public
Description: Ryan McGeary's configuration shiznit that makes him productive
Homepage: http://ryan.mcgeary.org
Clone URL: git://github.com/rmm5t/dotfiles.git
Search Repo:
Changed autotest growl fail/pass icons
rmm5t (author)
Wed May 14 20:26:35 -0700 2008
commit  1e16e8aa191df4bc753854cea906ba9eae6e29b7
tree    f04c3b0a6d7acbd6630967ee13d1f1f6b5c52b20
parent  f679d7fa3d738125cd67fca059731e6984821696
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@
0
 module Autotest::Growl
0
   def self.growl(title, message, pass = nil)
0
     priority = pass ? -2 : 2
0
- image = pass ? '~/.autotest.d/rails_ok.png' : '~/.autotest.d/rails_fail.png'
0
+ image = pass ? '~/.autotest.d/pass.png' : '~/.autotest.d/fail.png'
0
     sticky = false # !pass
0
     switches = "-s" if sticky
0
     system "growlnotify -n autotest --image #{image} -p #{priority} -m #{message.inspect} #{title.inspect} #{switches}"

Comments

    No one has commented yet.