public this repo is viewable by everyone
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/kballard/gitnub.git
Properly set the image load operation as complete when it downloads the 
image
kballard (author)
5 days ago
commit  c9587145dc689c8234305c56110adcb007cd0063
tree    6a09e6ad1af20ca6a8a2da2d9961c3835c45d1ff
parent  d380c947f09b85a3e3e5cb08cb5121341f2f2f74
...
69
70
71
 
 
72
73
74
...
69
70
71
72
73
74
75
76
0
@@ -69,6 +69,8 @@ class ImageLoadOperation < OSX::NSOperation
0
       )
0
       @delegate.imageLoadForURL_didFailWithError(@url, error)
0
     end
0
+ setExecuting false
0
+ setFinished true
0
   end
0
   
0
   private

Comments

    No one has commented yet.