[gnome-shell/wip/message-tray: 23/24] messageTray: Set can_focus to true for SummaryItem



commit 1da4dff1d1f5d217590960452e1e671ea65fb1ed
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 14 20:53:06 2012 +0200

    messageTray: Set can_focus to true for SummaryItem
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681519

 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 bf860a0..45168eb 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1129,6 +1129,7 @@ const SummaryItem = new Lang.Class({
                                      y_fill: true,
                                      reactive: true,
                                      button_mask: St.ButtonMask.ONE | St.ButtonMask.TWO | St.ButtonMask.THREE,
+                                     can_focus: true,
                                      track_hover: true });
 
         this._sourceBox = new St.BoxLayout({ style_class: 'summary-source' });



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]