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-04 21:47:59 (GMT)
committer Nathanaël Lécaudé <Nat@localhost.localdomain>2006-11-04 21:47:59 (GMT)
commit71f3ee7195a3930b7bda2390d9aa22880b4c8c67 (patch)
tree3f287f9e04b1910a6e3549a044847cadc90e5faa
parentae3b696bc210656b7353ffbbae0968bbf6e78582 (diff)
Changed port and added version to activity.info
-rwxr-xr-xFramework/CSound/CSoundConstants.py2
-rw-r--r--activity/activity.info1
2 files changed, 2 insertions, 1 deletions
diff --git a/Framework/CSound/CSoundConstants.py b/Framework/CSound/CSoundConstants.py
index 8842b12..8d023fd 100755
--- a/Framework/CSound/CSoundConstants.py
+++ b/Framework/CSound/CSoundConstants.py
@@ -8,7 +8,7 @@ class CSoundConstants:
#SERVER
SERVER_ADDRESS = "localhost"
- SERVER_PORT = 40002
+ SERVER_PORT = 6783
SERVER_REQUIRED = 0
diff --git a/activity/activity.info b/activity/activity.info
index 844c43a..e9dc19d 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -3,3 +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