Comment 3 for bug 569195

Revision history for this message
renbag (renbag) wrote :

Well, it seems that the problem is that the 'battery_bar' object takes the (height),(width) argument in a wrong way.
Changing:
${battery_bar 8}
to:
${battery_bar}
is a temporary solution.