From 90a0f1be5fdc7615b054047b1650a67b9e435f40 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 5 Dec 2012 10:46:57 +1300 Subject: Add bug link for workaround --- src/indicator-bluetooth.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")); -- cgit v1.2.3