Bug 197667 sidebar name list becomes bottom-justifed r=silver

Note that this the underlying bug has been fixed on the trunk, this is just to allow new xpis to work on old builds.
This commit is contained in:
neil%parkwaycc.co.uk 2004-02-07 19:43:31 +00:00
Родитель 739cc2278a
Коммит d51667e531
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1832,7 +1832,7 @@ function setCurrentObject (obj)
/* Remove currently selected items before this tree gets rerooted,
* because it seems to remember the selections for eternity if not. */
if (userList.treeBoxObject.selection)
userList.treeBoxObject.selection.clearSelection ();
userList.treeBoxObject.selection.select(-1);
if (obj.TYPE == "IRCChannel")
{