From 326815ab80ed7137a8a18efb6816ae19aeb565af Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 16 Sep 2006 22:48:01 +0000 Subject: [PATCH] typo-- SVN revision: 25899 --- src/bin/e_apps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index e68f0c079..73c99e6a9 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -128,7 +128,7 @@ e_app_init(void) _e_apps_exit_handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL, _e_apps_cb_exit, NULL); _e_apps_border_add_handler = ecore_event_handler_add(E_EVENT_BORDER_ADD, _e_app_cb_event_border_add, NULL); _e_apps_all = e_app_new(buf, 1); -#if NO_APPS_LIST +#if NO_APP_LIST /* The list already exists, and it doesn't care what order it is in. */ if (_e_apps_all) _e_apps_list = _e_apps_all->subapps;