www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d38e94dd27a888c0bb7985c397eed4a4528faba0
parent ee943c0d2c9c577ab473def9b52b5063d5e8a086
Author: David Norton <david@nortoncrew.com>
Date:   Tue, 22 Aug 2006 03:15:42 +0000

Fixes #190, tag issues.
 - This was a problem with more than just tags. I reverted a change from r483 that shouldn't affect anything else.



Diffstat:
Mchrome/chromeFiles/content/scholar/itemPane.xul | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/chromeFiles/content/scholar/itemPane.xul b/chrome/chromeFiles/content/scholar/itemPane.xul @@ -24,7 +24,7 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script src="itemPane.js"/> - <deck id="scholar-view-item" flex="1"> + <deck id="scholar-view-item" flex="1" onselect="ScholarItemPane.loadPane(this.selectedIndex)"> <vbox id="scholar-info" flex="1"> <popupset> <popup id="creatorTypeMenu" position="after_start"