[gnome-shell] BluetoothStatus: add a separator above Settings menu entry



commit 05f9be046f75c45cb3c092559bca4ff9ad1b7d75
Author: Luca Ferretti <lferrett gnome org>
Date:   Mon Jan 17 21:02:03 2011 +0100

    BluetoothStatus: add a separator above Settings menu entry
    
    Close bug #639704

 js/ui/status/bluetooth.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index afda1b4..2220d25 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
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]