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

(-)kdebase-3.5.13.2/kdeprint/kjobviewer/kjobviewer.cpp~ (+1 lines)
Lines 98-103 Link Here
98
98
99
KJobViewerApp::~KJobViewerApp()
99
KJobViewerApp::~KJobViewerApp()
100
{
100
{
101
    if(m_timer) delete m_timer;
101
}
102
}
102
103
103
int KJobViewerApp::newInstance()
104
int KJobViewerApp::newInstance()

Return to bug 1362