Deprecation fixes

This commit is contained in:
str4d
2013-11-25 23:29:48 +00:00
parent e77409e57a
commit 0347c56c96
4 changed files with 4 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ public class DesktopguiConfigurationFrame extends javax.swing.JFrame {
System.out.println("Enabling desktopgui");
}
try {
RouterManager.getRouterContext().setProperty(property, value);
RouterManager.getRouterContext().router().saveConfig(property, value);
} catch (Exception ex) {
Logger.getLogger(DesktopguiConfigurationFrame.class.getName()).log(Level.SEVERE, null, ex);
}