jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b476075081c81b143fdffeea1eaa4a0a516241b5

commit b476075081c81b143fdffeea1eaa4a0a516241b5
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Apr 6 16:33:16 2016 +0900

    elm_config: Fix typo and warning
    
    A major typo (hard to find with the naked eye) was present in
    elm_config's list of text & color classes. See D3487.
    
    I'm pretty sure this feature has not been used at all.
---
 src/lib/elementary/elm_config.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/elementary/elm_config.c b/src/lib/elementary/elm_config.c
index 6bb1363..aa72b4a 100644
--- a/src/lib/elementary/elm_config.c
+++ b/src/lib/elementary/elm_config.c
@@ -77,9 +77,9 @@ static const Elm_Text_Class _elm_text_classes[] = {
    {"entry_text_disabled", "Entry Disabled Text"},
    {"entry_guide_text", "Entry Guide Text"},
    {"entry", "Entry"},
-   {"index_highlight_text," "Index Highlight Text"},
-   {"index_item_text," "Index Items Text"},
-   {"index_item_text_selected," "Index Selected Items Text"},
+   {"index_highlight_text", "Index Highlight Text"},
+   {"index_item_text", "Index Items Text"},
+   {"index_item_text_selected", "Index Selected Items Text"},
    {"multibuttonentry_item_text", "Multibuttonentry Items"},
    {"multibuttonentry_item_text_pressed", "Multibuttonentry Pressed Items"},
    {"multibuttonentry_item_text_disabled", "Multibuttonentry Disabled Items"},
@@ -133,9 +133,9 @@ static const Elm_Color_Class _elm_color_classes[] = {
    {"grid_item_selected", "Grid Item Selected Text"},
    {"index_bg", "Index Background"},
    {"index_item_bg", "Index Item Background"},
-   {"index_highlight_text," "Index Highlight Text"},
-   {"index_item_text," "Index Items Text"},
-   {"index_item_text_selected," "Index Selected Items Text"},
+   {"index_highlight_text", "Index Highlight Text"},
+   {"index_item_text", "Index Items Text"},
+   {"index_item_text_selected", "Index Selected Items Text"},
    {"toolbar_item", "Toolbar Item Text"},
    {"toolbar_item_disabled", "Toolbar Item Disabled Text"},
    {"toolbar_item_selected", "Toolbar Item Selected Text"},

-- 


Reply via email to