Diff for /Amaya/amaya/styleparser.c between versions 1.180 and 1.181

version 1.180, 2003/01/31 09:07:52 version 1.181, 2003/02/03 11:14:39
Line 3140  static char *ParseCSSBackgroundImage (El Line 3140  static char *ParseCSSBackgroundImage (El
                     {                      {
                       NormalizeURL (url, 0, tempname, imgname, css->url);                        NormalizeURL (url, 0, tempname, imgname, css->url);
                       /* fetch and display background image of element */                        /* fetch and display background image of element */
                       FetchImage (0/*context->doc*/, el, tempname, AMAYA_LOAD_IMAGE,                        FetchImage (0, el, tempname, AMAYA_LOAD_IMAGE,
                                   ParseCSSBackgroundImageCallback, callblock);                                    ParseCSSBackgroundImageCallback, callblock);
                     }                      }
                   else                    else
                     FetchImage (0/*context->doc*/, el, url, AMAYA_LOAD_IMAGE,                      FetchImage (0, el, url, AMAYA_LOAD_IMAGE,
                                 ParseCSSBackgroundImageCallback, callblock);                                  ParseCSSBackgroundImageCallback, callblock);
                 }                  }
             }              }

Removed from v.1.180  
changed lines
  Added in v.1.181


Webmaster