[gnome-shell/wip/fmuellner/confine-title-captions: 3/4] workspace: Remove dead code



commit a4d09b426458af3e127d83685ed1cd7c88167725
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon Oct 1 16:24:22 2018 +0200

    workspace: Remove dead code
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/214

 js/ui/workspace.js | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/js/ui/workspace.js b/js/ui/workspace.js
index 5aa9ba66c..ddf343e77 100644
--- a/js/ui/workspace.js
+++ b/js/ui/workspace.js
@@ -466,7 +466,6 @@ var WindowOverlay = new Lang.Class({
         windowClone.actor.label_actor = title;
 
         this._updateCaptionId = metaWindow.connect('notify::title', w => {
-            this.title.text = w.title;
             this.title.text = this._getCaption();
             this.relayout(false);
         });


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]