Parse tray_output as a word, not string (Thanks Peter)

This makes it robust against trailing whitespace.

fixes #1352
next
Michael Stapelberg 2014-08-25 17:55:59 +02:00
parent 33d1d5d3c6
commit beba1633ac
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ state BAR_OUTPUT:
-> call cfg_bar_output($output); BAR
state BAR_TRAY_OUTPUT:
output = string
output = word
-> call cfg_bar_tray_output($output); BAR
state BAR_FONT: