From 2e67a2143511ef5dd01593fd150eac6638ced106 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 19 May 2011 15:19:04 -0400 Subject: [PATCH] autodrawer: Fix some pylint --- src/virtManager/autodrawer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/virtManager/autodrawer.py b/src/virtManager/autodrawer.py index 14b3b1d7..56a9a80c 100644 --- a/src/virtManager/autodrawer.py +++ b/src/virtManager/autodrawer.py @@ -283,7 +283,7 @@ class OverBox(parentclass): def do_style_set(self, style): if self.is_realized(): - self.set_background() + self._set_background() parentclass.do_style_set(self, style)