workspace: Update a wrong comment

We showed the app icon there back then, nowadays it's a close button and
the title of the window.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/346
This commit is contained in:
verdre 2019-01-30 21:00:56 +01:00 committed by Florian Müllner
parent 3730314dd5
commit a7d974481c

View File

@ -442,7 +442,7 @@ Signals.addSignalMethods(WindowClone.prototype);
/** /**
* @windowClone: Corresponding window clone * @windowClone: Corresponding window clone
* @parentActor: The actor which will be the parent of all overlay items * @parentActor: The actor which will be the parent of all overlay items
* such as app icon and window caption * such as the close button and window caption
*/ */
var WindowOverlay = class { var WindowOverlay = class {
constructor(windowClone, parentActor) { constructor(windowClone, parentActor) {