theme: set generic value to generic title.

This commit is contained in:
Al Poole 2017-12-02 10:30:30 +00:00
parent 11f9ba8609
commit dcf4bcec82
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ _edi_settings_display_create(Evas_Object *parent)
_edi_settings_display_theme_pressed_cb, NULL);
if (!_edi_project_config->gui.theme)
elm_object_text_set(combobox, _("default"));
elm_object_text_set(combobox, edi_theme_theme_by_name("default")->title);
else
elm_object_text_set(combobox, edi_theme_theme_by_name(_edi_project_config->gui.theme)->title);