aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indicator-bluetooth.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-bluetooth.vala b/src/indicator-bluetooth.vala
index be435cb..f78bbad 100644
--- a/src/indicator-bluetooth.vala
+++ b/src/indicator-bluetooth.vala
@@ -256,7 +256,7 @@ private class BluetoothMenuItem : Gtk.MenuItem
public BluetoothMenuItem (DBusProxy proxy)
{
this.proxy = proxy;
- label = ""; /* Workaround for libappindicator3 - without a label it thinks this is a separator */
+ label = ""; /* Workaround for https://bugs.launchpad.net/bugs/1086563 - without a label it thinks this is a separator */
submenu = new Gtk.Menu ();
send_item = new Gtk.MenuItem.with_label (_("Send files..."));