Pierre Gruet pushed to branch upstream at Debian Med / jam-lib
Commits:
1f1a3eea by Pierre Gruet at 2026-02-22T18:16:41+01:00
New upstream version 0.1.git20240713.7d8fd29+dfsg
- - - - -
1 changed file:
- src/jam/html/SimpleLinkListener.java
Changes:
=====================================
src/jam/html/SimpleLinkListener.java
=====================================
@@ -34,7 +34,8 @@ public class SimpleLinkListener implements HyperlinkListener {
if (he.getEventType() == HyperlinkEvent.EventType.ACTIVATED) {
try{
- BrowserLauncher.openURL(he.getDescription());
+// BrowserLauncher.openURL(he.getDescription());
+
java.awt.Desktop.getDesktop().browse(java.net.URI.create(he.getDescription()));
}catch(Exception ioe){
ioe.printStackTrace();
}
View it on GitLab:
https://salsa.debian.org/med-team/jam-lib/-/commit/1f1a3eea023f00361080e2c94cfb38499e1144cf
--
View it on GitLab:
https://salsa.debian.org/med-team/jam-lib/-/commit/1f1a3eea023f00361080e2c94cfb38499e1144cf
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit