BluetoothStatus: fix typo

The function to hide a menu item is .actor.hide(), not just .hide()
This commit is contained in:
Giovanni Campagna 2011-01-06 20:35:21 +01:00
parent b2bb0bf10f
commit 1a884535ad

View File

@ -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);