From 22bfe32462d5f841e31445329d30f806ed04a705 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 5 Dec 2012 09:31:55 +1300 Subject: Workaround a bug in libappindicator3 --- src/indicator-bluetooth.vala | 1 + 1 file changed, 1 insertion(+) (limited to 'src/indicator-bluetooth.vala') 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...")); -- cgit v1.2.3