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/tdeio/tdeio/dataslave.cpp (+3 lines)
Lines 59-64 using namespace TDEIO; Link Here
59
DataSlave::DataSlave() :
59
DataSlave::DataSlave() :
60
	Slave(true, 0, "data", TQString::null)
60
	Slave(true, 0, "data", TQString::null)
61
{
61
{
62
  // Disable cross-thread event posting to prevent crashes when emitting events to owning job
63
  disableThreadPostedEvents(true);
64
62
  //kdDebug() << this << k_funcinfo << endl;
65
  //kdDebug() << this << k_funcinfo << endl;
63
  _suspended = false;
66
  _suspended = false;
64
  timer = new TQTimer(this);
67
  timer = new TQTimer(this);

Return to bug 1675