diff --git a/src/lib/elementary/elm_config.c b/src/lib/elementary/elm_config.c index 6bb1363bc0..aa72b4a90d 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"},