Enlightenment CVS committal

Author  : balony
Project : e17
Module  : proto

Dir     : e17/proto/exhibit/src/bin


Modified Files:
        exhibit_main.c 


Log Message:


Ups! Switched the arguments, caused segv..

===================================================================
RCS file: /cvs/e/e17/proto/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -3 -r1.77 -r1.78
--- exhibit_main.c      2 Sep 2006 14:33:35 -0000       1.77
+++ exhibit_main.c      2 Sep 2006 16:14:54 -0000       1.78
@@ -356,7 +356,7 @@
              if (e->options->monitor_focus)
                 _ex_main_itree_add(path, path);
              else
-                _ex_main_itree_add(NULL, path);
+                _ex_main_itree_add(path, NULL);
              break;
           default:
              D(("Unknown ecore file event occured\n"));



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to