Commit abfcb389 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Replace deprecated exo with libxfce4ui 4.21.0

Related: xfce/exo!87
parent fa56a570
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -160,6 +160,9 @@ namespace Xnp {
					link = "%s/%s".printf (Environment.get_home_dir (), link.substring (2));

				try {
					if (GLib.Environment.find_program_in_path ("xfce-open") != null)
						GLib.Process.spawn_command_line_async ("xfce-open "+link);
					else
						GLib.Process.spawn_command_line_async ("exo-open "+link);
					return false;
				} catch (Error e) {