Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 6b665b73723a78a84c1aca80a53cde85 > files > 2

freemind-0.9.0-0.0.11mdv2010.2.src.rpm

Index: freemind/accessories/plugins/NodeNoteRegistration.java
===================================================================
--- freemind/accessories/plugins/NodeNoteRegistration.java
+++ freemind/accessories/plugins/NodeNoteRegistration.java	2010-01-11 23:49:30.000000000 +0100
@@ -344,7 +344,7 @@
 	        noteViewerComponent.getDocument().getStyleSheet().addRule(rule);
 	        // done setting default font.
     	}
-    	noteViewerComponent.setOpenHyperlinkHandler(new ActionListener(){
+    	/*noteViewerComponent.setOpenHyperlinkHandler(new ActionListener(){
 
 			public void actionPerformed(ActionEvent pE) {
 				try {
@@ -352,7 +352,7 @@
 				} catch (Exception e) {
 					freemind.main.Resources.getInstance().logException(e);
 				}
-			}});
+			}});*/
     	mSplitPane = controller.getFrame().insertComponentIntoSplitPane(
     			southPanel);
     	southPanel.revalidate();