summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-04-02 13:07:39 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-04-02 13:08:07 +0300
commite174fb5fa51613b03e29c66c1d206b213273d185 (patch)
treeca9a8d2276efa54a137e97c8aa3ffcf80736a7ec
parentcf3e0c1e4306f8f65c38aba3777e8ffec57428d3 (diff)
downloadmetacity-e174fb5fa51613b03e29c66c1d206b213273d185.tar.gz
libmetacity: fix copy/paste error
-rw-r--r--libmetacity/meta-theme-impl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmetacity/meta-theme-impl.c b/libmetacity/meta-theme-impl.c
index e523ffb0..82cdb508 100644
--- a/libmetacity/meta-theme-impl.c
+++ b/libmetacity/meta-theme-impl.c
@@ -293,7 +293,7 @@ strip_buttons (MetaButtonLayout *layout,
else if (strip_button (layout->right_buttons, layout->n_right_buttons,
types[i]))
{
- *n_left -= 1;
+ *n_right -= 1;
return TRUE;
}
}