[pyatspi2] Fix for bug #683302 - Missing argument for set_current_value method
- From: Javier HernÃndez AntÃnez <jhernandez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pyatspi2] Fix for bug #683302 - Missing argument for set_current_value method
- Date: Tue, 4 Sep 2012 16:43:04 +0000 (UTC)
commit b5d5d7930fde34e1996037e0400fbc8f0db58f0e
Author: Javier HernÃndez <jhernandez emergya com>
Date: Tue Sep 4 01:21:39 2012 +0200
Fix for bug #683302 - Missing argument for set_current_value method
pyatspi/value.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pyatspi/value.py b/pyatspi/value.py
index 8031770..4e4cfbb 100644
--- a/pyatspi/value.py
+++ b/pyatspi/value.py
@@ -35,7 +35,7 @@ class Value(interface):
def get_currentValue(self):
return Atspi.Value.get_current_value(self.obj)
def set_currentValue(self, value):
- Atspi.Value.set_current_value(self.obj)
+ Atspi.Value.set_current_value(self.obj, value)
_currentValueDoc = \
"""
The current value of the valuator.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]