Very small fixes for the check.
This commit is contained in:
@ -54,9 +54,8 @@ _button_cb_begin(void *data __UNUSED__, Evas_Object *obj,
|
||||
return;
|
||||
}
|
||||
|
||||
state = edje_object_part_state_get(obj, "ecdb/erase/speed/check", NULL);
|
||||
proj->quick = !strcmp(state, "active");
|
||||
printf("Quick erase: %d (%s)\n", proj->quick, state);
|
||||
state = edje_object_part_state_get(obj, "ecdb/erase/speed", NULL);
|
||||
proj->quick = !strcmp(state, "on");
|
||||
if (!ecdb_erase_disc(proj))
|
||||
{
|
||||
Ecdb_Project *p = ECDB_PROJECT(proj);
|
||||
|
Reference in New Issue
Block a user