--- a/tuikit/button.py Mon Dec 17 21:07:59 2012 +0100
+++ b/tuikit/button.py Mon Dec 17 23:19:58 2012 +0100
@@ -79,7 +79,7 @@
def getcolor(self):
- if self.highlight or self.hasfocus():
+ if self.highlight or self.has_focus():
return self.bghi
return self.bg