Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-13 15:44:26 (GMT)
committer Nat <natcl@hotmail.com>2007-07-13 15:44:26 (GMT)
commit13e18d63f4eac175531dc5ed77b6fa19a8c4160e (patch)
treeccafcfd9cd0ee54afed2a19e88f1d9ae45cced7a /Edit
parent9016e5b2d5b0bf016beb1d05db373b4d01b69e1f (diff)
Generate in Edit on release
Diffstat (limited to 'Edit')
-rw-r--r--Edit/MainWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/MainWindow.py b/Edit/MainWindow.py
index b67741d..3145ca6 100644
--- a/Edit/MainWindow.py
+++ b/Edit/MainWindow.py
@@ -380,7 +380,7 @@ class MainWindow( SubActivity ):
# + load/save box
self.GUI["2tuneBox"] = formatRoundBox( RoundHBox(), Config.BG_COLOR )
self.GUI["2generateBtn"] = ImageButton(Config.IMAGE_ROOT + 'diceEdit.png', clickImg_path = Config.IMAGE_ROOT + 'diceEditBlur.png')
- self.GUI["2generateBtn"].connect('button-press-event', self.createNewTune)
+ self.GUI["2generateBtn"].connect('released', self.createNewTune)
self.GUI["2tuneBox"].pack_start( self.GUI["2generateBtn"], False, False, 10 )
# self.GUI["2saveButton"] = ImageButton( Config.IMAGE_ROOT+"save.png", backgroundFill=Config.BG_COLOR )
# self.GUI["2saveButton"].connect("clicked", self.handleSave )