Skip to content

Commit

Permalink
unzip tagsieve-4.2.8-hotfix.xpi from www.grue.in/tagsieve
Browse files Browse the repository at this point in the history
  • Loading branch information
wagle committed Jun 28, 2010
1 parent c309aa5 commit 1ffe2d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions content/browserOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ var BookmarkTags= function ()
toolbox= document.getElementById("navigator-toolbox");

// The tag menu in the bookmarks popup does not work well on Macs.
if (BookmarkTags.Util.getOS() === "Darwin")
{
document.getElementById("BookmarkTags-tagMenuBookmarksPopup").
hidden= true;
}
//if (BookmarkTags.Util.getOS() === "Darwin")
//{
// document.getElementById("BookmarkTags-tagMenuBookmarksPopup").
// hidden= true;
//}

updateSidebarKey();
loadCuteMenusFix();
Expand Down
6 changes: 4 additions & 2 deletions content/migrate.xul
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@

<script type="application/x-javascript"
src="chrome://global/content/globalOverlay.js"/>
<script type="application/x-javascript"
src="chrome://browser/content/places/utils.js"/>
<script type="application/javascript"><![CDATA[
Components.utils.import("resource://gre/modules/PlacesUIUtils.jsm");
Components.utils.import("resource://gre/modules/PlacesUtils.jsm");
]]></script>
<script type="application/x-javascript"
src="chrome://browser/content/places/controller.js"/>
<script type="application/x-javascript"
Expand Down
6 changes: 4 additions & 2 deletions content/tagBrowserSidebar.xul
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@
src="chrome://global/content/globalOverlay.js"/>
<script type="application/x-javascript"
src="chrome://browser/content/utilityOverlay.js" />
<script type="application/x-javascript"
src="chrome://browser/content/places/utils.js"/>
<script type="application/javascript"><![CDATA[
Components.utils.import("resource://gre/modules/PlacesUIUtils.jsm");
Components.utils.import("resource://gre/modules/PlacesUtils.jsm");
]]></script>
<script type="application/x-javascript"
src="chrome://browser/content/places/treeView.js" />
<script type="application/x-javascript"
Expand Down

0 comments on commit 1ffe2d7

Please sign in to comment.