aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/desktop.vala')
-rw-r--r--src/desktop.vala5
1 files changed, 5 insertions, 0 deletions
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…"),