diff options
Diffstat (limited to 'src/indicator-bluetooth.vala')
-rw-r--r-- | src/indicator-bluetooth.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indicator-bluetooth.vala b/src/indicator-bluetooth.vala index b944975..be435cb 100644 --- a/src/indicator-bluetooth.vala +++ b/src/indicator-bluetooth.vala @@ -256,6 +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 */ submenu = new Gtk.Menu (); send_item = new Gtk.MenuItem.with_label (_("Send files...")); |