THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Halim Zaghdoudi (halimbo) 

Attached to Project - awesome
Summary - optional argument for awful.tag.viewmore is not optional
Task Type - Bug Report
Category - awful
Status - Unconfirmed
Assigned To - 
Operating System - Linux
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - bug is in: awful.tag.viewmore

the documentation says the second argument is optional(the argument which 
specifies the screen). but if one does not provide the screen argument, it 
raises an error.
this can be fixed by:
changing this line in the awful.tag-lua-script (line 478 for me)
----
capi.screen[screen]:emit_signal("tag::history::update")
----
to ..>
capi.screen[screen or capi.mouse.screen]:emit_signal("tag::history::update")

tested, and works

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

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 awesome-devel-unsubscr...@naquadah.org.

Reply via email to