Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sensor_toolbar.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-05-15 23:08:20 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-05-15 23:08:20 (GMT)
commit82edba40620ea20b77bd241654e7ed24ce80f1fd (patch)
treef5d02f5812f997347539bc6f98f8c4d0d30509fd /sensor_toolbar.py
parent16c73ebfbd9400364c2e6061d4f552ea373f3a20 (diff)
adding bias slider to sensor view
Diffstat (limited to 'sensor_toolbar.py')
-rw-r--r--sensor_toolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sensor_toolbar.py b/sensor_toolbar.py
index f72bf53..2d71923 100644
--- a/sensor_toolbar.py
+++ b/sensor_toolbar.py
@@ -51,6 +51,8 @@ class SensorToolbar(gtk.Toolbar):
self.gain_state = None
self.boost_state = None
+ self.b = 0
+
self.string_for_textbox = ""
self.wave = activity.wave