From a7d974481cbb15c067f3c63f215bd030065a72ff Mon Sep 17 00:00:00 2001 From: verdre Date: Wed, 30 Jan 2019 21:00:56 +0100 Subject: [PATCH] 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 --- js/ui/workspace.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/workspace.js b/js/ui/workspace.js index d8410c2e6..0fa74b670 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -442,7 +442,7 @@ Signals.addSignalMethods(WindowClone.prototype); /** * @windowClone: Corresponding window clone * @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 { constructor(windowClone, parentActor) {