Merge branch 'master' of git.philpep.org:wmfs into philpep

This commit is contained in:
Philippe Pepiot 2010-04-13 21:03:06 +02:00
commit 77d95275f0

View File

@ -312,7 +312,7 @@ conf_client_section(void)
conf.titlebar.button[i].flags |= TileFlag;
/* Multi mouse section */
mouse = fetch_section(button[n], "mouse");
mouse = fetch_section(button[i], "mouse");
for(n = 0; mouse[n]; n++);
@ -324,9 +324,9 @@ conf_client_section(void)
free(mouse);
/* Multi line section */
line = fetch_section(button[n], "line");
line = fetch_section(button[i], "line");
for (n = 0; line[n]; n++);
for(n = 0; line[n]; n++);
if((conf.titlebar.button[i].nlines = n) > 0)
{