public
Description: A SSB OSX application, which at some point will be able to create a new application which wraps a specific web application, (Think Campfire, Twitter etc) and allows the user to use Ruby to create event handlers to be able support things like Growl or whatever you would like.
Clone URL: git://github.com/alloy/webapp-app.git
Small change.
alloy (author)
Sun Mar 30 03:15:55 -0700 2008
commit  53f0ee9b2d3d4edc13ffb8b218462ea82155bec0
tree    f80281aaa3991f2c93ae83fda35d6ebc97a5dfb0
parent  a2fcb6f2bcaff48150a421c4b009aa6b12abde51
...
63
64
65
66
 
67
68
69
...
63
64
65
 
66
67
68
69
0
@@ -63,7 +63,7 @@ module Campfire
0
             
0
             # Check if it was a truncated paste.
0
             if body.find(:first, 'span.number_of_lines')
0
- url = "#{base_url}#{ body.find(:first, 'a')['href'] }"
0
+ url = base_url + body.find(:first, 'a')['href']
0
               log.debug "Truncated paste. from #{name}. URL: #{url}"
0
               growl_message_and_open_url("#{name}: Truncated paste.", url)
0
               

Comments

    No one has commented yet.