[gnome] Update extensions
This commit is contained in:
@ -40,8 +40,13 @@ export const DBusProxy = GObject.registerClass({
|
||||
(_proxy, ...args) => this._onSignal(...args)));
|
||||
}
|
||||
|
||||
this._signalIds.push(this.connect('notify::g-name-owner', () =>
|
||||
this._onNameOwnerChanged()));
|
||||
this._signalIds.push(this.connect('notify::g-name-owner', () => {
|
||||
if (!this.gNameOwner) {
|
||||
this._cancellable.cancel();
|
||||
this._cancellable = new Gio.Cancellable();
|
||||
}
|
||||
this._onNameOwnerChanged();
|
||||
}));
|
||||
}
|
||||
|
||||
async initAsync(cancellable) {
|
||||
|
||||
Reference in New Issue
Block a user