* fixed #4, -bg image wasnt working, wrong loop

--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4059
This commit is contained in:
mathias 2006-09-25 21:15:48 +00:00
parent 1734b3afdc
commit f34aea64bd
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
Version 1.0
----------------------------------------------------------------------
2006-09-25:
* fixed #4, -bg image wasnt working, wrong loop
2006-09-22:
* added new auth method: wpool, hash-based authentification
using the whirlpool hash algorithm, updated docs

View file

@ -109,7 +109,7 @@ static int alock_bg_image_init(const char* args, struct aXInfo* xinfo) {
{
int scr;
for (scr = 0; xinfo->nr_screens; scr++) {
for (scr = 0; scr < xinfo->nr_screens; scr++) {
alock_alloc_color(xinfo, scr, color_name, "black", &color[scr]);