~smspillaz/compiz-core/compiz-core.lim

« back to all changes in this revision

Viewing changes to gtk/window-decorator/metacity.c

  • Committer: smspillaz
  • Date: 2012-02-02 17:06:12 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120202170612-uvwqi0wy7vorxiad
Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
485
485
        button_layout->right_buttons[1] = META_BUTTON_FUNCTION_MAXIMIZE;
486
486
        button_layout->right_buttons[2] = META_BUTTON_FUNCTION_CLOSE;
487
487
 
488
 
        for (i = 4; i < MAX_BUTTONS_PER_CORNER; i++)
 
488
        for (i = 3; i < MAX_BUTTONS_PER_CORNER; i++)
489
489
            button_layout->right_buttons[i] = META_BUTTON_FUNCTION_LAST;
490
490
    }
491
491