Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-08-05 13:25:12 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-08-07 16:38:40 (GMT)
commit560c6ae07efa3c9c7addf8b07d170daf1a6fffe6 (patch)
tree06af4b4c8332d124ecc9c6a9566357c461e3bede
parenta0c3722397881c849192508e6b7b1d6964ea7b2f (diff)
fixed regression with speed results label
Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
-rw-r--r--atm_toolbars.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/atm_toolbars.py b/atm_toolbars.py
index 1b6f972..d7d4c00 100644
--- a/atm_toolbars.py
+++ b/atm_toolbars.py
@@ -72,7 +72,8 @@ class TempToolbar(gtk.Toolbar):
_separator_factory(self)
- self._result = _label_factory(_("Speed of Sound (m/s): "), self)
+ results_label = _label_factory(_("Speed of Sound (m/s): "), self)
+ self._result = _label_factory('', self)
self.set_temp(25)
self.set_humid(60)