Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util
diff options
context:
space:
mode:
authorNat <Nat@localhost.localdomain>2007-02-19 01:35:53 (GMT)
committer Nat <Nat@localhost.localdomain>2007-02-19 01:35:53 (GMT)
commit46e5643af049c1a225824838de6b9710d857a0d4 (patch)
tree2452b87fc86b025f30077237186751d194ae21f7 /Util
parent2b8066fb1c962bf5a5ce66afebef9991c217aed5 (diff)
Small fix
Diffstat (limited to 'Util')
-rw-r--r--Util/InstrumentsPanel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/InstrumentsPanel.py b/Util/InstrumentsPanel.py
index 08df761..ceee92c 100644
--- a/Util/InstrumentsPanel.py
+++ b/Util/InstrumentsPanel.py
@@ -8,7 +8,7 @@ import Config
from Util.ThemeWidgets import *
class InstrumentsPanel(gtk.EventBox):
- def __init__(self,setInstrument, playInstrument enterMode = False):
+ def __init__(self,setInstrument, playInstrument, enterMode = False):
gtk.EventBox.__init__(self)
self.setInstrument = setInstrument