Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
sound.c
Log Message:
Call autosave() on eesh sound on/off.
===================================================================
RCS file: /cvs/e/e16/e/src/sound.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- sound.c 23 Feb 2008 12:09:38 -0000 1.59
+++ sound.c 1 Mar 2008 15:19:54 -0000 1.60
@@ -363,11 +363,13 @@
else if (!strncmp(cmd, "off", 2))
{
SoundExit();
+ autosave();
}
else if (!strncmp(cmd, "on", 2))
{
Conf_sound.enable = 1;
SoundInit();
+ autosave();
}
else if (!strncmp(cmd, "play", 2))
{
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs