Enlightenment CVS committal Author : onefang Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/client Modified Files: entrance_config.c Log Message: Get the full command from the .desktop file. =================================================================== RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_config.c,v retrieving revision 1.38 retrieving revision 1.39 diff -u -3 -r1.38 -r1.39 --- entrance_config.c 5 Sep 2006 17:56:31 -0000 1.38 +++ entrance_config.c 22 Oct 2006 04:22:45 -0000 1.39 @@ -492,8 +492,11 @@ return; Entrance_X_Session *exs = NULL; + char *command; - if ((exs = entrance_x_session_new(ed->name, ed->icon, ed->exec))) + /* Get the full command. */ + command = ecore_desktop_get_command(ed, NULL, 1); + if ((exs = entrance_x_session_new(ed->name, ed->icon, command))) { /* Sessions found earlier in the FDO search sequence override those found later. */ if (evas_hash_find(e->sessions.hash, exs->name) == NULL) ------------------------------------------------------------------------- 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