From 80e87df59e5bc97bbd8f21e87972b8af30c2d7c1 Mon Sep 17 00:00:00 2001 From: sebastid Date: Thu, 17 Feb 2005 17:40:54 +0000 Subject: [PATCH] Wrap text, indent SVN revision: 13412 --- src/bin/e_apps.c | 4 +++- src/bin/e_apps.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 4111278b4..2d48f7b5a 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -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. */ diff --git a/src/bin/e_apps.h b/src/bin/e_apps.h index 474d3a866..6693a7f12 100644 --- a/src/bin/e_apps.h +++ b/src/bin/e_apps.h @@ -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 */