window.inactive.label.text.color should default to white.
authorDana Jansens <danakj@orodu.net>
Sun, 11 Aug 2013 20:12:25 +0000 (16:12 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 11 Aug 2013 20:15:12 +0000 (16:15 -0400)
commitaa1fe695a5bf4625b2d2fc9a26d950e49a36f191
tree3a9997e4cb9ce1a44e7168fd4929625a825200f7
parentf3873cac4add6865cff6ca01abd65a31dc1b33ad
window.inactive.label.text.color should default to white.

Currently it defaults to itself, which is NULL, and causes a crash.

The spec http://openbox.org/wiki/Help:Themes#window.inactive.label.text.color
claims that the default is white.

In 98b02c6b60bbde2a5db026b3ee3e6e6dc44d1a92 we had this property being read
twice, once with the NULL backup and once with white. It seems that we kept
the wrong one, so just switching this to white now.
obrender/theme.c