From 52cf9f19b3738d42878cb35f4eb88a6f0775ea89 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 4 Oct 2010 21:23:10 +0200 Subject: gui.color: fixed ranger.gui.color.remove_attr --- ranger/gui/color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/gui/color.py b/ranger/gui/color.py index 69f67eba..58f0b38a 100644 --- a/ranger/gui/color.py +++ b/ranger/gui/color.py @@ -62,7 +62,7 @@ invisible = curses.A_INVIS default_colors = (default, default, normal) -def remove_attr(integer, attr): +def remove_attr(integer, attribute): """Remove an attribute from an integer""" if integer & attribute: return integer ^ attribute -- cgit 1.4.1-2-gfad0