[med-svn] [Git][med-team/jam-lib][upstream] New upstream version 0.1.git20240713.7d8fd29+dfsg
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Sun Feb 22 17:34:18 GMT 2026
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260222/361a9266/attachment.htm>
More information about the debian-med-commit
mailing list