diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-22 10:59:38 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-04-22 10:59:38 +0200 |
commit | 401459e98241357165594df50886001277efb58b (patch) | |
tree | 57216092359aec8f23d0c21625ff90a533d6ea76 | |
parent | 8ed9cbd29db77d0dea0a06054568324d67639c6e (diff) |
fix variable name
-rw-r--r-- | dw/ui.hh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |