Skip to content

Commit

Permalink
unzip tagsieve-4.3.3.xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
wagle committed Sep 6, 2012
1 parent c645453 commit bbb1acf
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 12 deletions.
3 changes: 2 additions & 1 deletion content/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,8 @@ BookmarkTags.BookmarkCmds= function ()
type: "bookmark",
itemId: bmObj.id
};
PlacesUIUtils.showBookmarkDialog(info);
var window = Services.wm.getMostRecentWindow("navigator:browser");
PlacesUIUtils.showBookmarkDialog(info, window);
}

// See SidebarUtils.handleTreeClick at
Expand Down
2 changes: 1 addition & 1 deletion content/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const BookmarkTags= function ()
{
const CC= Components.classes;
const CI= Components.interfaces;

const Ci= Components.interfaces;
const bmServ=
CC["@mozilla.org/browser/nav-bookmarks-service;1"].
getService(CI.nsINavBookmarksService);
Expand Down
8 changes: 4 additions & 4 deletions content/tagMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
let popup= menuitem.firstChild;
popup.showPopup();
let objs=
BookmarkTags.BookmarkCmds.collectBMMenuObjs(popup);
BookmarkTags.BookmarkCmds.collectBMMenuObjs(popup);
closeMenus(event.target);
BookmarkTags.BookmarkCmds.openInTabsWithEvent(objs, event);
}
Expand Down Expand Up @@ -494,15 +494,15 @@
// call, rebuilds the template contents if needed.
function onPopupShowing(event)
{
if (event.target === that)
{
//if (event.target === that)
//{
buildTemplate();
if (isRebuildNeeded())
{
rebuildNeeded= false;
that.rebuild_();
}
}
//}
}
function sqlEmpty()
Expand Down
4 changes: 2 additions & 2 deletions install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:name>TagSieve</em:name>
<em:version>4.3.2</em:version>
<em:version>4.3.3</em:version>
<em:description>Browse your bookmarks with sets of tags</em:description>
<em:creator>hark</em:creator>
<em:homepageURL>http://www.grue.in/tagsieve</em:homepageURL>
Expand All @@ -15,7 +15,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>4.0</em:minVersion>
<em:maxVersion>14.0a1</em:maxVersion>
<em:maxVersion>19.0</em:maxVersion>
</Description>
</em:targetApplication>

Expand Down
2 changes: 1 addition & 1 deletion locale/de-DE/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div id="title">
<h1>TagSieve Help</h1>
<h2>Browse your bookmarks with sets of tags</h2>
<h3>Version 4.3.2</h3>
<h3>Version 4.3.3</h3>
</div>

<div id="intro">
Expand Down
2 changes: 1 addition & 1 deletion locale/en-US/hello.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<div id="title">
<h1>Welcome to TagSieve</h1>
<h2>Tag Away!</h2>
<h3>Version 4.3.0</h3>
<h3>Version 4.3.3</h3>
</div>

<div id="intro">
Expand Down
2 changes: 1 addition & 1 deletion locale/en-US/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div id="title">
<h1>TagSieve Help</h1>
<h2>Browse your bookmarks with sets of tags</h2>
<h3>Version 4.3.2</h3>
<h3>Version 4.3.3</h3>
</div>

<div id="intro">
Expand Down
2 changes: 1 addition & 1 deletion locale/sv-SE/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<div id="title">
<h1>Hj&auml;lp om TagSieve</h1>
<h2>Bl&auml;ddra bland dina bokm&auml;rken m.h.a. upps&auml;ttningar av etiketter</h2>
<h3>Version 4.3.2</h3>
<h3>Version 4.3.3</h3>
</div>

<div id="intro">
Expand Down
Binary file added skin/classic/Thumbs.db
Binary file not shown.
Binary file added skin/gnomestripe/Thumbs.db
Binary file not shown.
Binary file added skin/pinstripe/Thumbs.db
Binary file not shown.
Binary file added skin/winstripe/Thumbs.db
Binary file not shown.

0 comments on commit bbb1acf

Please sign in to comment.