dash: Show tooltips on hover

As dash items no longer show application names, display names as
tooltips on hover.

https://bugzilla.gnome.org/show_bug.cgi?id=642871
This commit is contained in:
Florian Müllner 2011-02-10 01:41:51 +01:00 committed by Owen W. Taylor
parent 661ea906d9
commit 4a93ce703e

View File

@ -389,6 +389,8 @@ Dash.prototype = {
Lang.bind(this, function() {
display.actor.opacity = 255;
}));
display.actor.set_tooltip_text(app.get_name());
let item = new DashItemContainer();
item.setChild(display.actor);