From 7ac8ff9ec8c20b35bced095c2a7458713ff32d50 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 2 Apr 2010 17:27:42 +0000 Subject: [PATCH] Fix copy/paste comment...doh :( SVN revision: 47715 --- src/modules/illume-indicator/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/illume-indicator/e_mod_main.c b/src/modules/illume-indicator/e_mod_main.c index f631eb47f..755792a82 100644 --- a/src/modules/illume-indicator/e_mod_main.c +++ b/src/modules/illume-indicator/e_mod_main.c @@ -68,7 +68,7 @@ e_modapi_shutdown(E_Module *m) EINA_LIST_FREE(iwins, iwin) e_object_del(E_OBJECT(iwin)); - /* reset softkey geometry for conformant apps */ + /* reset indicator geometry for conformant apps */ ecore_x_e_illume_indicator_geometry_set(ecore_x_window_root_first_get(), 0, 0, 0, 0);