commit 9a9621f39d1cad6e9a94e130c622a3089d0f9283 parent 6b2d9bb3e628a721077c09990994d8a1648a4f8d Author: Simon Kornblith <simon@simonster.com> Date: Wed, 21 Jun 2006 18:19:49 +0000 Make net appear even before first page has loaded Diffstat:
| M | chrome/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()" src="chrome://scholar/skin/capture_gray.png" /> </statusbarpanel> </statusbar>