Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        windowmatch.c 


Log Message:
Reverse windowmatch.cfg list order (back to the way it was).
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/windowmatch.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- windowmatch.c       12 Oct 2005 17:20:42 -0000      1.38
+++ windowmatch.c       27 Oct 2005 21:42:50 -0000      1.39
@@ -168,7 +168,7 @@
             if (wm)
               {
                  if (wm->match && wm->op)
-                    AddItemEnd(wm, wm->name, 0, LIST_TYPE_WINDOWMATCH);
+                    AddItem(wm, wm->name, 0, LIST_TYPE_WINDOWMATCH);
                  else
                    {
                       WindowMatchDestroy(wm);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to