Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
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 /shell
parent4c07e090fafacd2277ed57ecce9d0f19dff49b7d (diff)
Tweak sounds level a bit as per Flipo suggestion
Diffstat (limited to 'shell')
-rw-r--r--shell/view/Shell.py4
1 files changed, 2 insertions, 2 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':