Mark theme files as EXTRA_DIST so the theme is recompiled when changed.

This commit is contained in:
Jaime Thomas
2008-12-21 23:49:57 +00:00
parent 04ffc816ab
commit 20db4031f1
4 changed files with 15 additions and 1 deletions

View File

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