Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133100 | Differences between
and this patch

Collapse All | Expand All

(-)basket-0.5.0.orig/src/item.cpp (-2 / +2 lines)
Lines 422-429 Link Here
422
	if (selected == m_isSelected)
422
	if (selected == m_isSelected)
423
		return;
423
		return;
424
424
425
	DEBUG_WIN << QString(selected ? "Add" : "Remove") + " selected item " + QString::number((int)this) +
425
	DEBUG_WIN << QString(selected ? "Add" : "Remove") + " selected item " + QString::number((long int)this) +
426
	             "; b.lastIn=" + QString::number((int)(parentBasket()->lastInsertedItem()));
426
	             "; b.lastIn=" + QString::number((long int)(parentBasket()->lastInsertedItem()));
427
427
428
	m_isSelected = selected;
428
	m_isSelected = selected;
429
	if (selected) {
429
	if (selected) {

Return to bug 133100