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

(-)amarok/amarok/src/amarokcore/amarokdcophandler.cpp (-1 / +1 lines)
Lines 39-45 Link Here
39
#include "playlistitem.h"
39
#include "playlistitem.h"
40
#include "playlistwindow.h"
40
#include "playlistwindow.h"
41
#include "scancontroller.h"
41
#include "scancontroller.h"
42
#include "scriptmanager.h"
42
#include "../scriptmanager.h"
43
#include "statusbar.h"
43
#include "statusbar.h"
44
#include "lastfm.h"
44
#include "lastfm.h"
45
45

Return to bug 1040