/[gzz]/gzz/gfx/libimagecache/ImageCache.cxx
ViewVC logotype

Diff of /gzz/gfx/libimagecache/ImageCache.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by deetsay, Wed Sep 18 08:04:05 2002 UTC revision 1.4 by deetsay, Wed Sep 18 11:40:09 2002 UTC
# Line 180  namespace ImageCache { Line 180  namespace ImageCache {
180          size += ci->getSizeChange();          size += ci->getSizeChange();
181    
182          GdkPixbuf *pb = ci->getPixbuf(lod);          GdkPixbuf *pb = ci->getPixbuf(lod);
183          if (pb == START_PIXBUF_BACKGROUND_LOADER) {          if (pb == START_PIXBUF_BACKGROUND_LOADER) return pb;
184    
             //backgroundLoader->startLoading(uri);  
   
             pb = ci->getPixbuf(lod);  
         }  
185          return (pb == NULL ? loading : pb);          return (pb == NULL ? loading : pb);
186      }      }
187    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26