bluetooth: Fix connectedMenuItem variable case.
This fixes a regression introduced in d856338f86
.
This commit is contained in:
parent
1316f93b21
commit
f32ab20267
@ -181,7 +181,7 @@ const Indicator = new Lang.Class({
|
||||
|
||||
// update connected property
|
||||
if (device.can_connect)
|
||||
item._connectedMenuitem.setToggleState(device.connected);
|
||||
item._connectedMenuItem.setToggleState(device.connected);
|
||||
},
|
||||
|
||||
_createDeviceItem: function(device) {
|
||||
|
Loading…
Reference in New Issue
Block a user