fix typos
The shell was crashing for me - these fixes from Debarshi seem to fix it.
This commit is contained in:
@ -501,7 +501,7 @@ const AppSettingsMonitor = new Lang.Class({
|
||||
this._setSettings(null);
|
||||
},
|
||||
|
||||
_setSettings(settings) {
|
||||
_setSettings: function(settings) {
|
||||
this._handlers.forEach((handler) => { this._disconnectHandler(handler); });
|
||||
|
||||
let hadSettings = (this._settings != null);
|
||||
|
Reference in New Issue
Block a user