Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_window.c 


Log Message:
Negate that strcmp check.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_window.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_window.c        20 Jun 2005 15:54:17 -0000      1.10
+++ ewl_window.c        20 Jun 2005 16:05:15 -0000      1.11
@@ -184,7 +184,7 @@
        if (!classname)
                classname = "";
 
-       if (win->classname && strcmp(win->classname, classname))
+       if (win->classname && !strcmp(win->classname, classname))
                DRETURN(DLEVEL_STABLE);
 
        IF_FREE(win->classname);




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to