зеркало из https://github.com/mozilla/gecko-dev.git
Bug 522262 - Aero Peek shows progress circles instead of thumbnails/previews. r=rflint
This commit is contained in:
Родитель
13adf8d7d3
Коммит
2b77b05c2b
|
@ -419,7 +419,7 @@ TabWindow.prototype = {
|
|||
// Invoked when the given tab is added to this window
|
||||
newTab: function (tab) {
|
||||
let controller = new PreviewController(this, tab);
|
||||
let preview = AeroPeek.taskbar.createTaskbarTabPreview(this.tabbrowser.docShell, controller);
|
||||
let preview = AeroPeek.taskbar.createTaskbarTabPreview(tab.linkedBrowser.docShell, controller);
|
||||
preview.title = tab.label;
|
||||
preview.tooltip = tab.label;
|
||||
preview.visible = AeroPeek.enabled;
|
||||
|
|
Загрузка…
Ссылка в новой задаче