Wrap text, indent

SVN revision: 13412
This commit is contained in:
sebastid 2005-02-17 17:40:54 +00:00 committed by sebastid
parent b789fdbda2
commit 80e87df59e
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,9 @@
/* TODO List:
*
* * if a application .eapp file is added in a different location in a monitored app tree but has the same filename as an existing one somewhere else, the existing one gets a changed callback, not an dded callback for the new one
* * if a application .eapp file is added in a different location in a monitored app tree
* but has the same filename as an existing one somewhere else, the existing one gets a
* changed callback, not an added callback for the new one
* * track app execution state, visibility state etc. and call callbacks
* * calls to execute an app or query its runing/starting state etc.
*/

View File

@ -24,7 +24,7 @@ typedef struct _E_App E_App;
struct _E_App
{
E_Object e_obj_inherit;
E_Object e_obj_inherit;
E_App *parent; /* the parent e_app node */