aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-12-05 10:46:57 +1300
committerRobert Ancell <robert.ancell@canonical.com>2012-12-05 10:46:57 +1300
commit90a0f1be5fdc7615b054047b1650a67b9e435f40 (patch)
treee6a423e9e92415679be3725eaa58a93239195971 /src
parent22bfe32462d5f841e31445329d30f806ed04a705 (diff)
downloadayatana-indicator-bluetooth-90a0f1be5fdc7615b054047b1650a67b9e435f40.tar.gz
ayatana-indicator-bluetooth-90a0f1be5fdc7615b054047b1650a67b9e435f40.tar.bz2
ayatana-indicator-bluetooth-90a0f1be5fdc7615b054047b1650a67b9e435f40.zip
Add bug link for workaround
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..."));