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.
This commit is contained in:
Jean-Philippe Andre 2016-04-06 16:33:16 +09:00
parent cd8fb35951
commit b476075081
1 changed files with 6 additions and 6 deletions

View File

@ -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"},