Merge branch 'master' of git.philpep.org:wmfs into philpep
This commit is contained in:
@@ -312,7 +312,7 @@ conf_client_section(void)
|
|||||||
conf.titlebar.button[i].flags |= TileFlag;
|
conf.titlebar.button[i].flags |= TileFlag;
|
||||||
|
|
||||||
/* Multi mouse section */
|
/* Multi mouse section */
|
||||||
mouse = fetch_section(button[n], "mouse");
|
mouse = fetch_section(button[i], "mouse");
|
||||||
|
|
||||||
for(n = 0; mouse[n]; n++);
|
for(n = 0; mouse[n]; n++);
|
||||||
|
|
||||||
@@ -324,9 +324,9 @@ conf_client_section(void)
|
|||||||
free(mouse);
|
free(mouse);
|
||||||
|
|
||||||
/* Multi line section */
|
/* 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)
|
if((conf.titlebar.button[i].nlines = n) > 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user