diff --git a/binaries/jars/latest_development/intrace-agent.jar b/binaries/jars/latest_development/intrace-agent.jar index 96dea39..abd221d 100644 Binary files a/binaries/jars/latest_development/intrace-agent.jar and b/binaries/jars/latest_development/intrace-agent.jar differ diff --git a/binaries/jars/latest_development/intrace-ui.jar b/binaries/jars/latest_development/intrace-ui.jar index 5455e6e..023ff3e 100644 Binary files a/binaries/jars/latest_development/intrace-ui.jar and b/binaries/jars/latest_development/intrace-ui.jar differ diff --git a/intrace.ecl.plugin/lib/intrace-agent.jar b/intrace.ecl.plugin/lib/intrace-agent.jar index 96dea39..abd221d 100644 Binary files a/intrace.ecl.plugin/lib/intrace-agent.jar and b/intrace.ecl.plugin/lib/intrace-agent.jar differ diff --git a/org.intrace/lib/intrace-agent.jar b/org.intrace/lib/intrace-agent.jar index 96dea39..abd221d 100644 Binary files a/org.intrace/lib/intrace-agent.jar and b/org.intrace/lib/intrace-agent.jar differ diff --git a/org.intrace/src/org/intrace/client/gui/InTraceStandaloneUI.java b/org.intrace/src/org/intrace/client/gui/InTraceStandaloneUI.java index 9da29ce..dbfa903 100644 --- a/org.intrace/src/org/intrace/client/gui/InTraceStandaloneUI.java +++ b/org.intrace/src/org/intrace/client/gui/InTraceStandaloneUI.java @@ -98,8 +98,8 @@ public class InTraceStandaloneUI // Load methods Method getAppMthd = appCls.getMethod("getApplication", (Class[])null); - Method removeAboutHandlerMthd = appCls.getMethod("removeAboutHandler", (Class[])null); - Method removePrefHandlerMthd = appCls.getMethod("removePreferencesHandler", (Class[])null); + Method removeAboutHandlerMthd = appCls.getMethod("removeAboutMenuItem", (Class[])null); + Method removePrefHandlerMthd = appCls.getMethod("removePreferencesMenuItem", (Class[])null); // Invoke methods Object app = getAppMthd.invoke(null, (Object[])null);