From 6ea80eadd64ced97deedb9a5440229d72c4eb58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pi=C3=B1eiro?= Date: Fri, 24 Aug 2012 16:52:43 +0200 Subject: [PATCH] a11y: set a label_actor for the summary items on the message tray https://bugzilla.gnome.org/show_bug.cgi?id=677229 --- js/ui/messageTray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index a2729d3ee..b9f190ad4 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -1186,7 +1186,7 @@ const SummaryItem = new Lang.Class({ button_mask: St.ButtonMask.ONE | St.ButtonMask.TWO | St.ButtonMask.THREE, can_focus: true, track_hover: true }); - + this.actor.label_actor = new St.Label({ text: source.title }); this._sourceBox = new St.BoxLayout({ style_class: 'summary-source' }); this._sourceIcon = source.getSummaryIcon();