ibar - change Setup button in config to Contents

This commit is contained in:
Carsten Haitzler 2019-12-27 10:24:59 +00:00
parent 7ba0d0f996
commit 322bbc8c03
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ _basic_create_widgets(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, E_Config_Dia
e_widget_table_object_append(ot, ob, 0, 0, 1, 1, 1, 1, 1, 0);
ob = e_widget_button_add(evas, _("Delete"), "list-remove", _cb_del, cfdata, NULL);
e_widget_table_object_append(ot, ob, 0, 1, 1, 1, 1, 1, 1, 0);
ob = e_widget_button_add(evas, _("Setup"), "configure", _cb_config, cfdata, NULL);
ob = e_widget_button_add(evas, _("Contents"), "configure", _cb_config, cfdata, NULL);
e_widget_table_object_append(ot, ob, 0, 2, 1, 1, 1, 1, 1, 0);
if (!e_configure_registry_exists("applications/ibar_applications"))