dash: Fix show-apps button drop target

Fallout from commit e69cc20fc7 ...

https://bugzilla.gnome.org/show_bug.cgi?id=745666
This commit is contained in:
Florian Müllner 2015-03-05 12:32:15 +01:00
parent 8536f9312c
commit 4affa5528a

View File

@ -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,