www

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

commit 5af10b10613e8b896626a63f7f15eeb037d18248
parent 9f1cbf31770155aa0c10a3e94ac689b362887515
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 20 Jun 2006 14:16:15 +0000

- Fix small bug in ingester interface



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

diff --git a/chrome/chromeFiles/content/scholar/ingester/browser.xul b/chrome/chromeFiles/content/scholar/ingester/browser.xul @@ -16,7 +16,7 @@ <statusbar id="status-bar"> <statusbarpanel id="schlar-status" insertafter="livemark-button"> <label id="scholar-status-label" collapsed="true" crop="end" style="width:0px" /> - <image id="scholar-status-image" width="16" height="16" onclick="Scholar.Ingester.Interface.scrapeThisPage()" /> + <image id="scholar-status-image" width="16" height="16" onclick="Scholar_Ingester_Interface.scrapeThisPage()" /> </statusbarpanel> </statusbar>