kuuko pushed a commit to branch master. http://git.enlightenment.org/apps/epour.git/commit/?id=607f30f710ec445db0171447eed48778a7d55988
commit 607f30f710ec445db0171447eed48778a7d55988 Author: Kai Huuhko <[email protected]> Date: Thu Jul 10 18:40:50 2014 +0300 Fix ActSWithLabel value_get --- epour/gui/Widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epour/gui/Widgets.py b/epour/gui/Widgets.py index 3409b80..b2bd7d9 100644 --- a/epour/gui/Widgets.py +++ b/epour/gui/Widgets.py @@ -287,7 +287,7 @@ class ActSWithLabel(Box): def get_value(self): pos = self.w.indicator_pos - value = self.vd[pos] + value = self.pos_to_v[pos] return value --
