Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149159
Collapse All | Expand All

(-)src/metabarwidget.cpp.orig (-1 / +1 lines)
Lines 369-375 Link Here
369
      
369
      
370
        DOM::DOMString innerHTML;
370
        DOM::DOMString innerHTML;
371
        innerHTML += QString("<ul style=\"width: %1px; height: %1px\">").arg(image.width(), image.height());
371
        innerHTML += QString("<ul style=\"width: %1px; height: %1px\">").arg(image.width(), image.height());
372
        innerHTML += "<object class=\preview\" type=\"";
372
        innerHTML += "<object class=\"preview\" type=\"";
373
        innerHTML += item->mimetype();
373
        innerHTML += item->mimetype();
374
        innerHTML += "\" data=\"";
374
        innerHTML += "\" data=\"";
375
        innerHTML += item->url().url();
375
        innerHTML += item->url().url();

Return to bug 149159