diff --git a/js/ui/notificationDaemon.js b/js/ui/notificationDaemon.js index 0e5f8fcc2..bb8185c03 100644 --- a/js/ui/notificationDaemon.js +++ b/js/ui/notificationDaemon.js @@ -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; },