renamed color.src -> edc.src

Reeame the color source file more specifically.
This commit is contained in:
ChunEon Park 2015-07-10 20:06:49 +09:00
parent 74ff6efbd7
commit 2c4a407e65
3 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@ MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
color.src \
edc.src \
syntax_template.dat
filesdir = $(datadir)/$(PACKAGE)/color
files_DATA = \
color.eet \
edc.eet \
syntax_template.dat
%.eet: %.src

View File

@ -108,7 +108,7 @@ static void
color_load()
{
char buf[PATH_MAX];
snprintf(buf, sizeof(buf), "%s/color/color.eet", elm_app_data_dir_get());
snprintf(buf, sizeof(buf), "%s/color/edc.eet", elm_app_data_dir_get());
Eet_File *ef = eet_open(buf, EET_FILE_MODE_READ);
if (ef)