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 1675
Collapse All | Expand All

(-)a/amarok/src/scrobbler.cpp (-1 / +4 lines)
Lines 53-59 Scrobbler::Scrobbler() Link Here
53
    , m_startPos( 0 )
53
    , m_startPos( 0 )
54
    , m_submitter( new ScrobblerSubmitter() )
54
    , m_submitter( new ScrobblerSubmitter() )
55
    , m_item( new SubmitItem() )
55
    , m_item( new SubmitItem() )
56
{}
56
{
57
    // We have our own thread manager
58
    disableThreadPostedEvents(true);
59
}
57
60
58
61
59
Scrobbler::~Scrobbler()
62
Scrobbler::~Scrobbler()

Return to bug 1675