Combo work... selecting doesn't seem to work at the moment, and there are valgrind errors. Getting there though.

This commit is contained in:
Jaime Thomas
2008-12-20 06:06:31 +00:00
parent 43dcb1820f
commit 0ac3dc2f40
4 changed files with 291 additions and 50 deletions

View File

@@ -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);
}