diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2012-12-05 10:46:57 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2012-12-05 10:46:57 +1300 |
commit | 90a0f1be5fdc7615b054047b1650a67b9e435f40 (patch) | |
tree | e6a423e9e92415679be3725eaa58a93239195971 | |
parent | 22bfe32462d5f841e31445329d30f806ed04a705 (diff) | |
download | ayatana-indicator-bluetooth-90a0f1be5fdc7615b054047b1650a67b9e435f40.tar.gz ayatana-indicator-bluetooth-90a0f1be5fdc7615b054047b1650a67b9e435f40.tar.bz2 ayatana-indicator-bluetooth-90a0f1be5fdc7615b054047b1650a67b9e435f40.zip |
Add bug link for workaround
-rw-r--r-- | src/indicator-bluetooth.vala | 2 |
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...")); |