THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - stefano verna (steffoz)
Attached to Project - awesome
Summary - Wrong handling bg colors by argument passing
Task Type - Bug Report
Category - Core
Status - Unconfirmed
Assigned To - Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - tasklist_update(w, buttons, label, data) doesn't handle properly bg 
property when they're passed like this:

awful.widget.tasklist.label.allscreen(c, s, {fg = '#color', bg = '#color'})

the reason resides in this line of code:

w[k + 1].text, w[k].bg = label(clients[(k + 1) / 2])

to work properly you need also to propagate the bg color to the textbox, like 
this

w[k + 1].bg = w[k].bg


More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=452

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to