Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathanaël Lécaudé <Nat@localhost.localdomain>2006-11-06 19:19:53 (GMT)
committer Nathanaël Lécaudé <Nat@localhost.localdomain>2006-11-06 19:19:53 (GMT)
commitea635217fca6e108419770fede7224654d4b0b9d (patch)
treee6b9b80199e0b50d8e4aedb6cbf8c12e27e599ab
parentd40223dd5c4ddd1f8353ed57b4aec514c71e9ea6 (diff)
Small fixes
-rwxr-xr-xGUI/StandalonePlayer.py2
-rw-r--r--activity/activity.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/GUI/StandalonePlayer.py b/GUI/StandalonePlayer.py
index 9063fbb..c0d0b27 100755
--- a/GUI/StandalonePlayer.py
+++ b/GUI/StandalonePlayer.py
@@ -179,7 +179,7 @@ class StandAlonePlayer( gtk.EventBox ):
instButton.set_image(instImage)
#instButton.set_relief(gtk.RELIEF_NONE)
instButton.connect('clicked' , self.handleWindowButtonsClick , instrument)
- instButton.connect('enter' , self.handleWindowButtonsEnter , instrument)
+ #instButton.connect('enter' , self.handleWindowButtonsEnter , instrument)
hBox.add(instButton)
vBox.add(hBox)
self.leftBox.add(vBox)
diff --git a/activity/activity.info b/activity/activity.info
index e9dc19d..a19a963 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -3,4 +3,4 @@ name = TamTam
service_name = org.laptop.TamTam
icon = activity-tamtam
exec = sugar-activity-factory org.laptop.TamTam TamTam.TamTam
-activity_version = 1 \ No newline at end of file
+activity_version = 3