mirror of https://github.com/mchr3k/org.intrace
Try again
This commit is contained in:
parent
62b0a30a06
commit
a980bd64a6
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -107,8 +107,8 @@ public class InTraceStandaloneUI
|
|||
|
||||
// Invoke methods
|
||||
Object app = getAppMthd.invoke(null, (Object[])null);
|
||||
setAboutHandlerMthd.invoke(app, (Object[])null);
|
||||
setPrefHandlerMthd.invoke(app, (Object[])null);
|
||||
setAboutHandlerMthd.invoke(app, new Object[] {null});
|
||||
setPrefHandlerMthd.invoke(app, new Object[] {null});
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue