Revision 8970

View differences:

trunk/frameworks/_fwAndami/src/com/iver/andami/Launcher.java
614 614
					frame.setTitlePrefix(pc.getIcon().getText());
615 615
				}
616 616
				if (theme.getBackgroundImage() != null) {
617
					PluginServices.getMDIManager().setBackgroundImage(theme.getBackgroundImage().getImage());
617

  
618
					PluginServices.getMDIManager().setBackgroundImage(theme.getBackgroundImage(),theme.getTypeDesktop());
618 619
					//frame.setBackgroundImage(theme.getBackgroundImage());
619 620
				}
620 621
			}

Also available in: Unified diff