[gnome-shell] messageTray: Add banner body when setting the image for a notification
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] messageTray: Add banner body when setting the image for a notification
- Date: Tue, 18 Oct 2011 04:16:33 +0000 (UTC)
commit b05f71eb9bae4fea0ddd34f9f82264629bce224e
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Sat Oct 8 17:55:21 2011 -0400
messageTray: Add banner body when setting the image for a notification
We always place the banner in the body if the notification has additional
content.
https://bugzilla.gnome.org/show_bug.cgi?id=659158
js/ui/messageTray.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js
index e2df316..75eb9f9 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -703,6 +703,7 @@ Notification.prototype = {
this._imageBin.opacity = 230;
this._table.add_style_class_name('multi-line-notification');
this._table.add_style_class_name('notification-with-image');
+ this._addBannerBody();
this._updateLastColumnSettings();
this._table.add(this._imageBin, { row: 1,
col: 1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]