Fix null pointer bug.

git-svn-id: file:///home/svn/framework3/trunk@12047 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Weeks 2011-03-21 01:49:54 +00:00
parent 95633f7c3d
commit b413b8aa99
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1925,7 +1925,7 @@ nameloop: for (int i = 0; i < names.length; i++) {
/** Sets look and feel to preset or default */
private void setLnF(){
setLnF(MsfguiApp.getPropertiesNode().get("LnF").toString());
setLnF(""+MsfguiApp.getPropertiesNode().get("LnF"));
}
/** Sets look and feel of UI */
private void setLnF(String classname) {