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

(-)drkonqi/backtrace.cpp.orig (+4 lines)
Lines 36-42 Link Here
36
#include <tdemessagebox.h>
36
#include <tdemessagebox.h>
37
#include <tdelocale.h>
37
#include <tdelocale.h>
38
#include <tdetempfile.h>
38
#include <tdetempfile.h>
39
#ifdef COMPILE_TDEHARDWAREBACKEND
39
#include <tdehardwaredevices.h>
40
#include <tdehardwaredevices.h>
41
#endif
40
42
41
#ifdef HAVE_ELFICON
43
#ifdef HAVE_ELFICON
42
	// Elven things
44
	// Elven things
Lines 356-361 Link Here
356
	}
358
	}
357
#endif // HAVE_ELFICON
359
#endif // HAVE_ELFICON
358
360
361
#ifdef COMPILE_TDEHARDWAREBACKEND
359
	// Append potentially important hardware information
362
	// Append potentially important hardware information
360
	m_strBt.append("\n==== (tdehwlib) hardware information ====\n");
363
	m_strBt.append("\n==== (tdehwlib) hardware information ====\n");
361
	TDEHardwareDevices *hwdevices = TDEGlobal::hardwareDevices();
364
	TDEHardwareDevices *hwdevices = TDEGlobal::hardwareDevices();
Lines 374-379 Link Here
374
			m_strBt.append("\n");
377
			m_strBt.append("\n");
375
		}
378
		}
376
	}
379
	}
380
#endif
377
381
378
	{
382
	{
379
		// Clean up hard to read debug blocks
383
		// Clean up hard to read debug blocks

Return to bug 2110