Bug 774220 - Script URLs should appear in tooltips even when the menu list is not open; r=past

This commit is contained in:
Victor Porof 2012-07-18 09:42:51 +03:00
Родитель 63927a0845
Коммит 0c39c421be
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -428,6 +428,7 @@ ScriptsView.prototype = {
}
this._preferredScript = selectedItem;
this._scripts.setAttribute("tooltiptext", selectedItem.value);
DebuggerController.SourceScripts.showScript(selectedItem.getUserData("sourceScript"));
},