From: Keith Packard Date: Thu, 5 Aug 2010 17:40:17 +0000 (-0400) Subject: altosui: Explicitly initialize Altos class X-Git-Tag: debian/0.6+373+gcf65c6b~50 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=85a670b5a904d6750d0f179ae307baeb8fc7cbd2;hp=85a670b5a904d6750d0f179ae307baeb8fc7cbd2;p=fw%2Faltos altosui: Explicitly initialize Altos class Because the Altos class is never instantiated, the static initializers are never called, leaving the string to state mapping empty. Hand-code the call to the initialer instead. Signed-off-by: Keith Packard ---