summaryrefslogtreecommitdiff
path: root/src/gui/itemshortcutcontainer.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-28 01:01:10 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-28 01:02:44 +0100
commitb2df8047e6c2d1215ef7debf1a42e02188725471 (patch)
tree0d826f7d0fcd911ddcfd53eaf96afe6e5d585e5f /src/gui/itemshortcutcontainer.cpp
parenta5ed5126e8498d53a5f843d591ff183951418d1f (diff)
downloadmana-client-b2df8047e6c2d1215ef7debf1a42e02188725471.tar.gz
mana-client-b2df8047e6c2d1215ef7debf1a42e02188725471.tar.bz2
mana-client-b2df8047e6c2d1215ef7debf1a42e02188725471.tar.xz
mana-client-b2df8047e6c2d1215ef7debf1a42e02188725471.zip
Make the full inventory accessible again
Was broken due to tmwserv having only 50 as opposed to 100 places in the inventory at the moment.
Diffstat (limited to 'src/gui/itemshortcutcontainer.cpp')
-rw-r--r--src/gui/itemshortcutcontainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/itemshortcutcontainer.cpp b/src/gui/itemshortcutcontainer.cpp
index a7bb229f..97c3b640 100644
--- a/src/gui/itemshortcutcontainer.cpp
+++ b/src/gui/itemshortcutcontainer.cpp
@@ -252,4 +252,3 @@ void ItemShortcutContainer::mouseExited(gcn::MouseEvent &event)
{
mItemPopup->setVisible(false);
}
-