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();