[gnome-shell/wip/message-tray: 9/23] messageTray: Add the summary view to the focus manager
- From: Marina Zhurakhinskaya <marinaz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/message-tray: 9/23] messageTray: Add the summary view to the focus manager
- Date: Sun, 19 Aug 2012 22:30:52 +0000 (UTC)
commit eaaeeb1920f74ad672e8e4a091d2c516b8af0368
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Aug 15 12:23:33 2012 -0400
messageTray: Add the summary view to the focus manager
This makes keynav work between summary items
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 0580e6e..ca45802 100644
--- a/js/ui/messageTray.js
+++ b/js/ui/messageTray.js
@@ -1326,6 +1326,7 @@ const MessageTray = new Lang.Class({
this._summary = new St.BoxLayout({ name: 'summary-mode',
reactive: true,
track_hover: true });
+ global.focus_manager.add_group(this._summary);
this._summary.connect('notify::hover', Lang.bind(this, this._onSummaryHoverChanged));
this._summaryBin.child = this._summary;
this._summaryBin.opacity = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]