summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverdre <verdre@v0yd.nl>2019-01-30 21:00:56 +0100
committerFlorian Müllner <florian.muellner@gmail.com>2019-01-31 17:36:25 +0000
commita7d974481cbb15c067f3c63f215bd030065a72ff (patch)
tree77d9e0502612c006931f4a8dae07a031c61747e4
parent3730314dd56510a9cff272058b5a18a97cf44b9b (diff)
downloadgnome-shell-a7d974481cbb15c067f3c63f215bd030065a72ff.tar.gz
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
-rw-r--r--js/ui/workspace.js2
1 files changed, 1 insertions, 1 deletions
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) {