~ps-jenkins/compiz/latestsnapshot-10.9.9daily13.05.3113.04-0ubuntu1

« back to all changes in this revision

Viewing changes to plugins/wall/src/wall.cpp

  • Committer: Tarmac
  • Author(s): MC Return
  • Date: 2013-03-28 17:10:12 UTC
  • mfrom: (3639.1.1 compiz)
  • Revision ID: tarmac-20130328171012-4hh1cq9on8s6j5m4
wall.cpp:
Removed redundant check if (screen->otherGrabExist ("wall", 0)) in
bool WallScreen::initiateFlip (Direction direction, CompAction::State state),
because this check is already done a few lines earlier.

(LP: #1160878). Fixes: https://bugs.launchpad.net/bugs/1160878.

Approved by PS Jenkins bot, Sam Spilsbury.

Show diffs side-by-side

added added

removed removed

Lines of Context:
814
814
    {
815
815
        if (!optionGetEdgeflipDnd ())
816
816
            return false;
817
 
 
818
 
        if (screen->otherGrabExist ("wall", 0))
819
 
            return false;
820
817
    }
821
818
    else if (screen->grabExist ("move"))
822
819
    {