mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
calendar: Minor cleanup
Commit b61cb92053 added a close method, use that instead of
explicitly emitting the corresponding signal.
This commit is contained in:
parent
dfc51ef243
commit
a504dd866b
1 changed files with 1 additions and 1 deletions
|
|
@ -1227,7 +1227,7 @@ const NotificationMessage = new Lang.Class({
|
|||
notification.connect('destroy', Lang.bind(this,
|
||||
function() {
|
||||
if (!this._closed)
|
||||
this.emit('close');
|
||||
this.close();
|
||||
}));
|
||||
this._updatedId = notification.connect('updated',
|
||||
Lang.bind(this, this._onUpdated));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue