From 05f9be046f75c45cb3c092559bca4ff9ad1b7d75 Mon Sep 17 00:00:00 2001 From: Luca Ferretti Date: Mon, 17 Jan 2011 21:02:03 +0100 Subject: [PATCH] BluetoothStatus: add a separator above Settings menu entry Close bug #639704 --- js/ui/status/bluetooth.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js index afda1b474..2220d2520 100644 --- a/js/ui/status/bluetooth.js +++ b/js/ui/status/bluetooth.js @@ -67,7 +67,8 @@ Indicator.prototype = { this._fullMenuItems = [new PopupMenu.PopupSeparatorMenuItem(), new PopupMenu.PopupMenuItem(_("Send Files to Device...")), - new PopupMenu.PopupMenuItem(_("Setup a New Device..."))]; + new PopupMenu.PopupMenuItem(_("Setup a New Device...")), + new PopupMenu.PopupSeparatorMenuItem()]; this._hasDevices = false; this._deviceSep = this._fullMenuItems[0]; // hidden if no device exists