By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 3203
Collapse All | Expand All

(-)tdemultimedia-trinity-14.0.13/xine_artsplugin/tools/thumbnail/videocreator.cpp_ (+2 lines)
Lines 285-290 Link Here
285
285
286
bool VideoCreator::create(const TQString &path, int width, int height, TQImage &img)
286
bool VideoCreator::create(const TQString &path, int width, int height, TQImage &img)
287
{
287
{
288
    return false;
289
288
    if (m_sprocketSmall.isNull())
290
    if (m_sprocketSmall.isNull())
289
    {
291
    {
290
        TQString pixmap = locate( "data", "videothumbnail/sprocket-small.png" );
292
        TQString pixmap = locate( "data", "videothumbnail/sprocket-small.png" );

Return to bug 3203