From 817b134f3155d0cd98e126ae1b4a7e88241881a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20G=C3=A2teau?= Date: Fri, 15 May 2015 22:36:20 +0200 Subject: [PATCH] Add support for open_folder on Linux Removed base::launcher::support_open_folder() as it would always return true. --- src/app/launcher.cpp | 8 ++------ src/base/launcher.cpp | 13 +++---------- src/base/launcher.h | 2 -- 3 files changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/launcher.cpp b/src/app/launcher.cpp index 2870b28ea..41530567c 100644 --- a/src/app/launcher.cpp +++ b/src/app/launcher.cpp @@ -31,12 +31,8 @@ void open_file(const std::string& file) void open_folder(const std::string& file) { - if (base::launcher::support_open_folder()) { - if (!base::launcher::open_folder(file)) - ui::Alert::show("Problem<