Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 23:21:58 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 23:21:58 (GMT)
commitf530f5e276b6c7fed946d38fd0e53876429c71d2 (patch)
treed3ba2bdb969b5630eeb0c657024cc337449b73c5
parent4c07e090fafacd2277ed57ecce9d0f19dff49b7d (diff)
Tweak sounds level a bit as per Flipo suggestion
-rw-r--r--shell/view/Shell.py4
-rwxr-xr-xtools/build-snapshot.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index a665388..b652cf1 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -131,9 +131,9 @@ class Shell(gobject.GObject):
elif key == 'F9':
self._audio_manager.set_volume(0)
elif key == 'F10':
- self._audio_manager.set_volume(32)
+ self._audio_manager.set_volume(40)
elif key == 'F11':
- self._audio_manager.set_volume(64)
+ self._audio_manager.set_volume(75)
elif key == 'F12':
self._audio_manager.set_volume(100)
elif key == '<alt>F5':
diff --git a/tools/build-snapshot.sh b/tools/build-snapshot.sh
index cf16ec1..97a2376 100755
--- a/tools/build-snapshot.sh
+++ b/tools/build-snapshot.sh
@@ -1,6 +1,6 @@
VERSION=0.63
DATE=`date +%Y%m%d`
-RELEASE=2.9
+RELEASE=2.10
TARBALL=sugar-$VERSION-$RELEASE.${DATE}git.tar.bz2
rm sugar-$VERSION.tar.bz2