summary refs log tree commit diff
path: root/parse.y
diff options
context:
space:
mode:
authorokan <okan>2013-01-04 16:27:58 +0000
committerokan <okan>2013-01-04 16:27:58 +0000
commit579f981718c9444630afc34f8ab5dfe6e983427a (patch)
treefd3dd733f7574997581b31f614a19d1021f72310 /parse.y
parent96adffcd9d0187285f2236b2fd9f5646d21ee72a (diff)
downloadcwm-579f981718c9444630afc34f8ab5dfe6e983427a.tar.gz
cwm-579f981718c9444630afc34f8ab5dfe6e983427a.tar.xz
cwm-579f981718c9444630afc34f8ab5dfe6e983427a.zip
really these are just border colors, so adjust the define
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index fe8ddb2..8173fe0 100644
--- a/parse.y
+++ b/parse.y
@@ -578,7 +578,7 @@ parse_config(const char *filename, struct conf *xconf)
 		(void)strlcpy(xconf->lockpath, conf->lockpath,
 		    sizeof(xconf->lockpath));
 
-		for (i = 0; i < CWM_COLOR_MAX; i++)
+		for (i = 0; i < CWM_COLOR_BORDER_MAX; i++)
 			xconf->color[i] = conf->color[i];
 
 		for (i = 0; i < CWM_COLOR_MENU_MAX; i++)