GNOME Bugzilla – Bug 331356
Allow constants in line widths, etc.
Last modified: 2006-10-09 07:24:20 UTC
While I was researching how to fix bug 129747, I noticed that many of the themes contained FIXMEs where their authors had wanted to use a constant for the width of a line, but had to use a literal because constants weren't supported.
Created attachment 59443 [details] [review] Patch to allow the use of constants in theme files anywhere you can use an integer literal This is the patch I wrote to allow constants anywhere you could use a literal in theme files (and also to change those theme files to use constants, and to remove the FIXMEs).
This is a little harder to fix than you might expect - see #102547 Patch itself is fine, if we ever break the theme format as described in that bug.
Marking patch as commented on to make it easier to find other patches needing review.
Fixed in branch.
You might want to leave the bugs open until the stuff on the branch is merged to head (otherwise users try it out the latest version and complain that it isn't really fixed).
Oh, good point.
Fixed in HEAD!
Then marking as such... ;-)