Enlightenment CVS committal

Author  : turran
Project : e17
Module  : proto

Dir     : e17/proto/empower/src/bin/etk


Modified Files:
        empower_gui_etk.c 


Log Message:
Etk
===
+ API changed: etk_init(int *argc, char *** argv). 
+ etk_argument: now it modifies the parameters on the detected arguments

Rest of etk apps, change etk_init(engine) with the new one.



===================================================================
RCS file: /cvs/e/e17/proto/empower/src/bin/etk/empower_gui_etk.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- empower_gui_etk.c   27 Jul 2006 01:55:15 -0000      1.4
+++ empower_gui_etk.c   2 Aug 2006 05:53:59 -0000       1.5
@@ -6,7 +6,7 @@
    Etk_Widget *button_cancel;
    Etk_Size size;
 
-   etk_init("ecore_evas_software_x11");
+   etk_init(NULL, NULL);
    
    em->dialog = etk_dialog_new();
    em->hbox = etk_hbox_new(ETK_FALSE, 0);



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to