Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
add menu item to reset the icon
Browse files Browse the repository at this point in the history
TODO: might be interesting to add a mouse click handler also.
  • Loading branch information
foudfou committed Jun 1, 2012
1 parent 13a7668 commit 9b124d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/linux/FiretrayPopupMenu.jsm
Expand Up @@ -36,6 +36,7 @@ firetray.PopupMenu = {
}

if (firetray.Handler.inMailApp) {
this.addItem("ResetIcon", "gtk-apply", "activate", firetray.Handler.setIconImageDefault);
this.addItem("NewMessage", "gtk-edit", "activate", firetray.Handler.openMailMessage);
addMenuSeparator = true;
}
Expand Down

0 comments on commit 9b124d2

Please sign in to comment.