aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2016-05-12 17:44:25 +0200
committerSebastien Bacher <seb128@ubuntu.com>2016-05-12 17:44:25 +0200
commit04743cc8993065fdde21a97deb16b247a6af012b (patch)
tree8061aa255b3aaca9d4b23b43550112b98e3b468d
parent7be3a464b6e7484c717ed367b8fac825da0f86dd (diff)
downloadayatana-indicator-bluetooth-04743cc8993065fdde21a97deb16b247a6af012b.tar.gz
ayatana-indicator-bluetooth-04743cc8993065fdde21a97deb16b247a6af012b.tar.bz2
ayatana-indicator-bluetooth-04743cc8993065fdde21a97deb16b247a6af012b.zip
Remove the "browse" action since there is no working backend
-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…"),