Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1297 → Rev 1298

/firefox/selsearch/trunk/chrome/content/selsearch.xul
10,6 → 10,5
<menupopup id="context-selsearch-menupopup" />
</menu>
</popup>
<!--menuitem id="context-searchselect" removeelement="true" /-->
</overlay>
/firefox/selsearch/trunk/chrome/content/selsearch.js
62,6 → 62,13
submenu.label = 'Search in';
}
}
 
// we cannot just remove the 'context-searchselect' in the overlay because it could be
// some other items which use it as address point, so hide it here
var originItem = document.getElementById('context-searchselect');
if(originItem) {
originItem.hidden = true;
}
}
catch(ex) {
alert(ex);
/firefox/selsearch/trunk/install.rdf
5,7 → 5,7
 
<Description about="urn:mozilla:install-manifest">
<em:id>{58C3BCF4-A9A4-11DD-A2A9-4FD0196F0FEF}</em:id>
<em:version>1.1</em:version>
<em:version>1.2</em:version>
<em:type>2</em:type>
<em:targetApplication>