[gnome-shell/wip/fmuellner/notification-redux: 52/88] 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: 52/88] messageTray: Fix embarrassing typo
- Date: Sun, 15 Feb 2015 17:35:09 +0000 (UTC)
commit bc3e7d4e5db5bee04f84a6c88f6eefb5f754efbd
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 7f0f3c6..005cc21 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]