From bb73cadd0afdc9fa55ea66ecedd8be53a6f3198e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Mar 2011 21:31:39 +0200 Subject: Chnage same methods with different parameters number to different names. --- src/gui/sell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/sell.cpp') diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index 3a5d8c29c..5b05c6865 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -151,7 +151,7 @@ void SellDialog::addItem(const Item *item, int price) if (!item) return; - mShopItems->addItem(item->getInvIndex(), item->getId(), + mShopItems->addItem2(item->getInvIndex(), item->getId(), item->getQuantity(), price); mShopItemList->adjustSize(); -- cgit v1.2.3-60-g2f50