mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
dash: Reset show-apps label on drag-end
Currently the label for the show-apps button is only updated during drag operations, so after an item is successfully dropped on the button, the label will still read "Remove from Favorites". Fix this by resetting the label on drag-end. https://bugzilla.gnome.org/show_bug.cgi?id=684627
This commit is contained in:
parent
487749c25b
commit
cf58a7eafd
1 changed files with 1 additions and 0 deletions
|
|
@ -446,6 +446,7 @@ const Dash = new Lang.Class({
|
|||
|
||||
_endDrag: function() {
|
||||
this._clearDragPlaceholder();
|
||||
this._showAppsIcon.setDragApp(null);
|
||||
DND.removeDragMonitor(this._dragMonitor);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue