From 04743cc8993065fdde21a97deb16b247a6af012b Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Thu, 12 May 2016 17:44:25 +0200 Subject: Remove the "browse" action since there is no working backend --- src/desktop.vala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/desktop.vala b/src/desktop.vala index 0542f1e..35f5177 100644 --- a/src/desktop.vala +++ b/src/desktop.vala @@ -136,9 +136,14 @@ class Desktop: Profile if (device.is_connectable) submenu.append_item (create_device_connection_menuitem (device)); + /* There is no working backend that can be used there, disable + the action until that situation gets sorted out + see http://launchpad.net/bugs/1562822 + if (device.supports_browsing) submenu.append (_("Browse files…"), @"indicator.desktop-browse-files::$(device.address)"); + */ if (device.supports_file_transfer) submenu.append (_("Send files…"), -- cgit v1.2.3