desklock config - remove infinite loop - bug added in gad remove

accidentally added a widget again to the list thus causing a loop.
didnt delete the append when removing in gad remove commit
This commit is contained in:
Carsten Haitzler 2020-07-15 01:32:00 +01:00
parent 072fd2d741
commit a3d981fa74
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ _basic_create(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data *cfdata)
e_widget_disabled_set(cfdata->lock_cmd_entry,
(cfdata->desklock_auth_method != E_DESKLOCK_AUTH_METHOD_EXTERNAL));
e_widget_list_object_append(ol, ow, 1, 1, 0.5);
e_widget_toolbook_page_append(otb, NULL, _("Locking"), ol,
1, 1, 1, 0, 0.0, 0.0);