Mark theme files as EXTRA_DIST so the theme is recompiled when changed.
This commit is contained in:
@ -209,7 +209,7 @@ ecdb_burn_image_page_show(void)
|
||||
|
||||
c2 = ecdb_combo_add(swallow, "ecdb/burn_image/speed");
|
||||
ecdb_combo_header_create_set(c2, ecdb_gui_combo_header_from_speeds);
|
||||
ecdb_combo_header_set(c2, "Speed");
|
||||
ecdb_combo_header_set(c2, "Max Speed");
|
||||
evas_object_show(c2);
|
||||
|
||||
EINA_LIST_FOREACH(em->drives, l, drive)
|
||||
|
Reference in New Issue
Block a user