autorunManager: Fix another regression
We may not have a resident source to destroy if no mounts are found.
This commit is contained in:
parent
09c81f79f6
commit
457fb604dd
@ -169,6 +169,7 @@ const AutorunManager = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
disable: function() {
|
disable: function() {
|
||||||
|
if (this._residentSource)
|
||||||
this._residentSource.destroy();
|
this._residentSource.destroy();
|
||||||
this._volumeMonitor.disconnect(this._mountAddedId);
|
this._volumeMonitor.disconnect(this._mountAddedId);
|
||||||
this._volumeMonitor.disconnect(this._mountRemovedId);
|
this._volumeMonitor.disconnect(this._mountRemovedId);
|
||||||
|
Loading…
Reference in New Issue
Block a user