summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-22 10:59:38 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-22 10:59:38 +0200
commit401459e98241357165594df50886001277efb58b (patch)
tree57216092359aec8f23d0c21625ff90a533d6ea76
parent8ed9cbd29db77d0dea0a06054568324d67639c6e (diff)
fix variable name
-rw-r--r--dw/ui.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index 29ee8916..7cc45129 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -244,7 +244,7 @@ public:
void setAscent (int ascent);
void setDescent (int descent);
void setDisplayed (bool displayed);
- void setEnabled (bool displayed);
+ void setEnabled (bool enabled);
void draw (View *view, Rectangle *area);
Iterator *iterator (Content::Type mask, bool atEnd);
void setStyle (style::Style *style);