Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        actions.c 


Log Message:
Trivial fix.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/actions.c,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -3 -r1.178 -r1.179
--- actions.c   30 Oct 2004 14:24:13 -0000      1.178
+++ actions.c   17 Nov 2004 19:27:37 -0000      1.179
@@ -2385,6 +2385,8 @@
    EDBUG(6, "doShade");
 
    gwins = ListWinGroupMembersForEwin(ewin, ACTION_SHADE, nogroup, &num);
+
+   shade = 0;
    if (!params)
       shade = !ewin->shaded;
    else if (!strcmp(params, "on"))




-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to