workspace: Remove dead code
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/214
This commit is contained in:
parent
6f5a099184
commit
a4d09b4264
@ -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);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user