102241 - [XUL 1.0] use selectedIndex on deck and tabpanels, r=blake, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-10-22 17:37:59 +00:00
Родитель 471ed37359
Коммит 63f3916b0a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -237,7 +237,7 @@ function SwitchProfileManagerMode()
// swap deck
var deck = document.getElementById( "prattle" );
deck.setAttribute( "index", prattleIndex )
deck.setAttribute( "selectedIndex", prattleIndex )
// swap caption
ChangeCaption( captionLine );