X-Git-Url: http://git.nikiroo.be/?p=nikiroo-utils.git;a=blobdiff_plain;f=ui%2FUIUtils.java;fp=ui%2FUIUtils.java;h=e4eb000c6876f0a2b610da928fb16592cd1d3a4e;hp=6c4038977d9ed001934944128c8632dbb6dfe301;hb=7665ac5903eff6055e601dc0ad7540032d2f8a14;hpb=90eaf7c6209fc6ad21a9f9a37bc301e6078c930e diff --git a/ui/UIUtils.java b/ui/UIUtils.java index 6c40389..e4eb000 100644 --- a/ui/UIUtils.java +++ b/ui/UIUtils.java @@ -22,7 +22,6 @@ import javax.swing.UnsupportedLookAndFeelException; import javax.swing.event.HyperlinkEvent; import javax.swing.event.HyperlinkListener; -import be.nikiroo.fanfix.Instance; import be.nikiroo.utils.Version; import be.nikiroo.utils.VersionCheck; @@ -306,9 +305,9 @@ public class UIUtils { try { Desktop.getDesktop().browse(e.getURL().toURI()); } catch (IOException ee) { - Instance.getInstance().getTraceHandler().error(ee); + ee.printStackTrace(); } catch (URISyntaxException ee) { - Instance.getInstance().getTraceHandler().error(ee); + ee.printStackTrace(); } } });