GNOME Bugzilla – Bug 684627
"Remove from favourites" tooltip sticks after removing an application
Last modified: 2012-10-15 21:22:56 UTC
Steps to reproduce: - Open the overview - Note the tooltip for the Show Applications button (Should be "Show Applications"). - Drop a favourite application over that button. The tooltip will have expanded, saying "Remove from Favourites" - The tooltip is still "Remove from Favourites" The tooltip only sticks like this when you remove an application. If you drag something over the button and then go somewhere else, it correctly changes back to "Show Applications".
Created attachment 226507 [details] [review] 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. Sorry, I meant to attach that earlier and forgot ...
Review of attachment 226507 [details] [review]: Looks good.
Attachment 226507 [details] pushed as cf58a7e - dash: Reset show-apps label on drag-end