From 6ddd8f64731605ee2bceda4dd4df0baede7e69d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Sun, 2 Apr 2017 13:07:39 +0300 Subject: libmetacity: fix copy/paste error --- libmetacity/meta-theme-impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmetacity/meta-theme-impl.c') 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; } } -- cgit v1.2.1