Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibar Modified Files: e_mod_main.c Log Message: Merge all app executing into one function. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v retrieving revision 1.166 retrieving revision 1.167 diff -u -3 -r1.166 -r1.167 --- e_mod_main.c 24 Mar 2007 11:28:17 -0000 1.166 +++ e_mod_main.c 24 Mar 2007 17:42:12 -0000 1.167 @@ -951,8 +951,7 @@ ic = data; if ((ev->button == 1) && (!ic->drag.dnd) && (ic->mouse_down == 1)) { - e_zone_app_exec(ic->ibar->inst->gcc->gadcon->zone, ic->app); - e_exehist_add("ibar", ic->app->exe); + e_app_exec(ic->ibar->inst->gcc->gadcon->zone, ic->app, NULL, NULL, "ibar"); ic->drag.start = 0; ic->drag.dnd = 0; ic->mouse_down = 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