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

(-)trinity-kdbusnotification-14.0.0~pre89+e169a4e3/src/daemon/daemon.cpp.ORI (-2 / +3 lines)
Lines 231-239 Link Here
231
	}
231
	}
232
232
233
	// Send a notification request to KDE here...
233
	// Send a notification request to KDE here...
234
	TQString messageText = TQString(body);
234
	TQString messageCaption = TQString::fromLocal8Bit(summary);
235
	TQString messageText = TQString::fromLocal8Bit(body);
235
236
236
	GTKNotifierContainer->displayMessage(TQString(summary), TQString(body), TQString(icon), x, y);
237
	GTKNotifierContainer->displayMessage(messageCaption, messageText, TQString(icon), x, y);
237
238
238
	return_id = 0;
239
	return_id = 0;
239
240

Return to bug 1407