Instance: use getInstance()
[nikiroo-utils.git] / src / be / nikiroo / fanfix / reader / ui / GuiReaderSearchFrame.java
index 5b997729469b9ae3bf2afee37a4f0365c295da3e..def9fc6f80c9ff7e4f5e5e2f1c55a4faea085680 100644 (file)
@@ -332,7 +332,7 @@ public class GuiReaderSearchFrame extends JFrame {
         *            the error
         */
        static void error(Exception e) {
-               Instance.getTraceHandler().error(e);
+               Instance.getInstance().getTraceHandler().error(e);
        }
 
        /**
@@ -342,7 +342,7 @@ public class GuiReaderSearchFrame extends JFrame {
         *            the error message
         */
        static void error(String e) {
-               Instance.getTraceHandler().error(e);
+               Instance.getInstance().getTraceHandler().error(e);
        }
 
        /**