[gnome-shell/paging] appDisplay: Move key focus when opening collection
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/paging] appDisplay: Move key focus when opening collection
- Date: Sat, 3 Aug 2013 09:39:14 +0000 (UTC)
commit b0c885e41f58e4d4f88cba10d9a9f892468d26bd
Author: Florian Müllner <fmuellner gnome org>
Date: Sat Aug 3 11:38:45 2013 +0200
appDisplay: Move key focus when opening collection
js/ui/appDisplay.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 126fb7a..1e9dc2a 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -1548,7 +1548,7 @@ const AppFolderPopup = new Lang.Class({
return;
this.actor.show();
- this.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false);
+ this._boxPointer.actor.navigate_focus(null, Gtk.DirectionType.TAB_FORWARD, false);
this._boxPointer.setArrowActor(this._source.actor);
this._boxPointer.show(BoxPointer.PopupAnimation.FADE | BoxPointer.PopupAnimation.SLIDE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]