Skip to content
Commits on Source (6)
swt-gtk (3.8.2-6) unstable; urgency=medium
* Team upload.
[ Jochen Sprickerhof ]
* Removed Gnome 2.4 support (Closes: #907990)
[ Emmanuel Bourg ]
* Standards-Version updated to 4.2.1
* Use salsa.debian.org Vcs-* URLs
* Removed Niels Thykier from the uploaders (Closes: #770586)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 24 Sep 2018 14:00:19 +0200
swt-gtk (3.8.2-5) unstable; urgency=medium
* Team upload.
......
......@@ -6,7 +6,6 @@ Uploaders:
Adrian Perez <blackxored@debian.org>,
أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>,
Jakub Adam <jakub.adam@ktknet.cz>,
Niels Thykier <niels@thykier.net>
Build-Depends:
cdbs,
debhelper (>= 10),
......@@ -22,9 +21,9 @@ Build-Depends:
libxt-dev,
libxtst-dev,
patchutils
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/swt-gtk.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/swt-gtk.git
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/swt-gtk.git
Vcs-Browser: https://salsa.debian.org/java-team/swt-gtk
Homepage: http://www.eclipse.org/swt/
Package: libswt-gtk-3-java
......
diff --git a/org/eclipse/swt/program/Program.java b/org/eclipse/swt/program/Program.java
index c318672..6e8f5e4 100644
--- a/org/eclipse/swt/program/Program.java
+++ b/org/eclipse/swt/program/Program.java
@@ -1091,7 +1091,6 @@ static boolean launch (Display display, String fileName, String workingDir) {
case DESKTOP_GIO:
if (gio_launch (fileName)) return true;
case DESKTOP_GNOME_24:
- if (gnome_24_launch (fileName)) return true;
default:
int index = fileName.lastIndexOf ('.');
if (index != -1) {