diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2016-05-12 17:44:25 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2016-05-12 17:44:25 +0200 |
commit | 04743cc8993065fdde21a97deb16b247a6af012b (patch) | |
tree | 8061aa255b3aaca9d4b23b43550112b98e3b468d /src | |
parent | 7be3a464b6e7484c717ed367b8fac825da0f86dd (diff) | |
download | ayatana-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
Diffstat (limited to 'src')
-rw-r--r-- | src/desktop.vala | 5 |
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…"), |