Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
actions.c
Log Message:
Fix RaiseLower segv.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/actions.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -3 -r1.164 -r1.165
--- actions.c 31 May 2004 20:30:12 -0000 1.164
+++ actions.c 3 Jun 2004 00:05:50 -0000 1.165
@@ -1213,13 +1213,13 @@
if (!raise)
{
SoundPlay("SOUND_LOWER");
- for (j = 0; j < num; j++)
+ for (j = 0; j < gnum; j++)
LowerEwin(gwins[j]);
}
else
{
SoundPlay("SOUND_RAISE");
- for (j = 0; j < num; j++)
+ for (j = 0; j < gnum; j++)
RaiseEwin(gwins[j]);
}
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs