Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/InstrumentDB.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-12-22 13:49:30 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-12-22 13:49:30 (GMT)
commit166e9267e94532fd5da667f958a4f5990f067db2 (patch)
tree3be2599a95d562d51bc25bfb8d78418f1fbd74ec /common/Util/InstrumentDB.py
parentb9e7b3cb9ae36c21f010282e03fef5038c49ce24 (diff)
desktop saving fixes (keep still broken)
Diffstat (limited to 'common/Util/InstrumentDB.py')
-rw-r--r--common/Util/InstrumentDB.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Util/InstrumentDB.py b/common/Util/InstrumentDB.py
index d11fed8..36a7a84 100644
--- a/common/Util/InstrumentDB.py
+++ b/common/Util/InstrumentDB.py
@@ -98,7 +98,7 @@ class InstrumentDB:
return self.labelSet[label]
def getInstrument( self, id ):
- return self.inst[id]
+ return self.instId[id]
def getInstrumentByName( self, name ):
try: