Skip to content

Commit

Permalink
Inserting sign out before clear recent history
Browse files Browse the repository at this point in the history
Thunderbird version 52 onwards puts the error console in a submenu, and
in any case having it near clear recent history makes sense as they are
similar tasks.
  • Loading branch information
Garoe committed May 9, 2017
1 parent 9f3b103 commit 653c2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/ui.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ Ui.prototype = {
// Add menu items to allow for sign out
let nodeLabel = this.stringBundle.GetStringFromName("ThunderKeepPlus.signOutLabel");
this.menuNode = this.createInsertMenuItem("thunderkeepplus_signout",
nodeLabel, "taskPopup", "javascriptConsole");
nodeLabel, "taskPopup", "sanitizeHistory");
this.appMenuNode = this.createInsertMenuItem("appmenu_thunderkeepplus_signout",
nodeLabel, "appmenu_taskPopup", "appmenu_javascriptConsole");
nodeLabel, "appmenu_taskPopup", "appmenu_sanitizeHistory");

this.debug("\tDone attaching UI components");
}
Expand Down

0 comments on commit 653c2a0

Please sign in to comment.