[gnome-shell/wip/fmuellner/notification-redux: 53/82] messageTray: Fix embarrassing typo
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/fmuellner/notification-redux: 53/82] messageTray: Fix embarrassing typo
- Date: Sat, 14 Feb 2015 10:10:49 +0000 (UTC)
commit 57f4bfb403071e645892a0a5544cd24875ee43b1
Author: Florian Müllner <fmuellner gnome org>
Date: Fri Feb 13 02:15:26 2015 +0100
messageTray: Fix embarrassing typo
js/ui/messageTray.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index 7a90d8a..943c657 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -629,7 +629,7 @@ const Notification = new Lang.Class({
this._iconBin.child = new St.Icon({ gicon: params.gicon,
icon_size: this.ICON_SIZE });
else
- this._iconBin.cihld = this.source.createIcon(this.ICON_SIZE);
+ this._iconBin.child = this.source.createIcon(this.ICON_SIZE);
if (params.secondaryGIcon)
this._secondaryIcon.gicon = params.secondaryGIcon;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]