Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/exhibit

Dir     : e17/apps/exhibit/src/bin


Modified Files:
        exhibit_main.c 


Log Message:
* etk_init() API break


===================================================================
RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -3 -r1.131 -r1.132
--- exhibit_main.c      7 Oct 2007 08:22:16 -0000       1.131
+++ exhibit_main.c      14 Oct 2007 20:46:44 -0000      1.132
@@ -1227,7 +1227,7 @@
          slideshow = 1;
      }
    
-   if (!etk_init(&argc, &argv))
+   if (!etk_init(argc, argv))
      {
        fprintf(stderr, "Could not init etk. Exiting...\n");
        return 0;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to