From 4affa5528af537927877c810bc95e55decd2e1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 5 Mar 2015 12:32:15 +0100 Subject: [PATCH] dash: Fix show-apps button drop target Fallout from commit e69cc20fc7dc1 ... https://bugzilla.gnome.org/show_bug.cgi?id=745666 --- js/ui/dash.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/ui/dash.js b/js/ui/dash.js index 2f48a7add..ba137c7ad 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -242,6 +242,8 @@ const ShowAppsIcon = new Lang.Class({ _init: function() { this.parent(); + this._settings = new Gio.Settings({ schema_id: 'org.gnome.shell' }); + this.toggleButton = new St.Button({ style_class: 'show-apps', track_hover: true, can_focus: true,