Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : echo

Dir     : e_modules/echo/src


Modified Files:
        e_mod_main.c 


Log Message:
When using keybindings, increase volume by a greater margin.

===================================================================
RCS file: /cvs/e/e_modules/echo/src/e_mod_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_main.c        14 Jan 2008 09:31:29 -0000      1.9
+++ e_mod_main.c        16 Jan 2008 00:26:38 -0000      1.10
@@ -744,10 +744,10 @@
    if (echo_sys->set_volume) 
      {
         if (inst->right_vol != -1)
-          echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 1, 
-                               inst->right_vol + 1);
+          echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 5, 
+                               inst->right_vol + 5);
         else
-          echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 1, 
+          echo_sys->set_volume(echo_cfg->channel.name, inst->left_vol + 5, 
                                inst->right_vol);
      }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to