[gnome-shell] BluetoothStatus: fix typo



commit 1a884535ada25f032ea0fab96115b135215972b1
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Thu Jan 6 20:35:21 2011 +0100

    BluetoothStatus: fix typo
    
    The function to hide a menu item is .actor.hide(), not just .hide()

 js/ui/status/bluetooth.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/status/bluetooth.js b/js/ui/status/bluetooth.js
index 06e16e4..afda1b4 100644
--- a/js/ui/status/bluetooth.js
+++ b/js/ui/status/bluetooth.js
@@ -276,7 +276,7 @@ Indicator.prototype = {
             if (this._hasDevices)
                 this._showAll(this._deviceItems);
             else
-                this._deviceSep.hide();
+                this._deviceSep.actor.hide();
         } else {
             this._hideAll(this._fullMenuItems);
             this._hideAll(this._deviceItems);



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