Combo work... selecting doesn't seem to work at the moment, and there are valgrind errors. Getting there though.
This commit is contained in:
@@ -775,8 +775,8 @@ ecdb_erase_page_show(void)
|
||||
|
||||
EINA_LIST_FOREACH(em->drives, l, drive)
|
||||
{
|
||||
d = ecdb_button_add(swallow, NULL);
|
||||
ecdb_button_label_set(d, drive->location);
|
||||
d = ecdb_button_add(b, NULL);
|
||||
ecdb_button_label_set(d, drive->product);
|
||||
ecdb_combo_append(b, d);
|
||||
evas_object_show(d);
|
||||
}
|
||||
|
Reference in New Issue
Block a user