Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/start


Modified Files:
        e_mod_main.c 


Log Message:
Revert to old e_gadcon_client_new, some modules require id to be set on
the gadcon client after this func returns.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/start/e_mod_main.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_mod_main.c        30 Dec 2006 17:54:27 -0000      1.37
+++ e_mod_main.c        30 Dec 2006 23:32:25 -0000      1.38
@@ -56,7 +56,7 @@
    e_theme_edje_object_set(o, "base/theme/modules/start", 
"e/modules/start/main");
    edje_object_signal_emit(o, "e,state,unfocused", "e");
    
-   gcc = e_gadcon_client_new(gc, style, o);
+   gcc = e_gadcon_client_new(gc, name, id, style, o);
    gcc->data = inst;
    
    inst->gcc = gcc;



-------------------------------------------------------------------------
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