Display last visited time as docInfo description

It's useful information, and takes up some of the blank space.
This commit is contained in:
Colin Walters
2009-07-20 17:56:47 -04:00
parent fdd9b85448
commit b4cf178cc5
4 changed files with 101 additions and 7 deletions

View File

@ -287,6 +287,10 @@ GenericDisplayItem.prototype = {
this.actor.add_actor(this._description);
},
_setDescriptionText: function(text) {
this._description.text = text;
},
//// Virtual protected methods ////
// Creates and returns a large preview icon, but only if we have a detailed image.