summaryrefslogtreecommitdiff
path: root/gecko/chrome
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-11-13 21:28:43 +0000
committerNick White <git@njw.me.uk>2010-11-13 21:28:43 +0000
commit3d581467be0c17739777626ed884f297cdff414b (patch)
treefc37bc4379a3e8dd3f3f87f5b8549de207fa2e35 /gecko/chrome
parent1b483bb48a316bb634a84db5b33c00f9b8883b61 (diff)
Ready gecko extension for v2
Diffstat (limited to 'gecko/chrome')
-rw-r--r--gecko/chrome/content/simplyread.xul3
1 files changed, 3 insertions, 0 deletions
diff --git a/gecko/chrome/content/simplyread.xul b/gecko/chrome/content/simplyread.xul
index f216c41..e9edffd 100644
--- a/gecko/chrome/content/simplyread.xul
+++ b/gecko/chrome/content/simplyread.xul
@@ -7,4 +7,7 @@
<statusbar id="status-bar">
<image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
</statusbar>
+ <statusbar id="addon-bar"><!-- gecko 2+ -->
+ <image id="simplyread-icon" src="chrome://simplyread/content/icon.png" onclick="simplyread()" />
+ </statusbar>
</overlay>