mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
notificationDaemon.js: Fix a typo (missing ')')
Introduced in e0a992af73 it was preventing gnome-shell from starting.
https://gitlab.gnome.org/GNOME/gnome-shell/issues/915
This commit is contained in:
parent
e0a992af73
commit
4b28b90e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ var FdoNotificationDaemon = new Lang.Class({
|
|||
return Shell.util_create_pixbuf_from_data(data, GdkPixbuf.Colorspace.RGB, hasAlpha,
|
||||
bitsPerSample, width, height, rowStride);
|
||||
} else if (hints['image-path']) {
|
||||
return this._iconForNotificationData(hints['image-path'];
|
||||
return this._iconForNotificationData(hints['image-path']);
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue