~ubuntu-branches/ubuntu/vivid/manaplus/vivid

« back to all changes in this revision

Viewing changes to src/gui/windows/equipmentwindow.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2015-02-05 10:52:57 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20150205105257-q53e3m1s2wwawu8a
Tags: 1.5.1.31-1
* New upstream release.
* Fix some wildcard-matches-nothing-in-dep5-copyright warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
430
430
            {
431
431
                event.consume();
432
432
                if (mForing)
 
433
                {
433
434
                    popupMenu->showUndressPopup(mx, my, mBeing, item);
 
435
                }
434
436
                else
435
 
                    popupMenu->showPopup(this, mx, my, item, true);
 
437
                {
 
438
                    popupMenu->showPopup(this, mx, my, item,
 
439
                        InventoryType::INVENTORY);
 
440
                }
436
441
                return;
437
442
            }
438
443
        }