Bug 349865 - "Drop "Copy Link Location" from mailto: link context menu" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=gavin ui-r+a1.9=beltzner]

This commit is contained in:
reed@reedloden.com 2008-02-22 03:23:56 -08:00
Родитель 47d3fe24e3
Коммит f883144921
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -341,8 +341,8 @@ nsContextMenu.prototype = {
// Copy email link depends on whether we're on an email link.
this.showItem("context-copyemail", this.onMailtoLink);
// Copy link location depends on whether we're on a link.
this.showItem("context-copylink", this.onLink);
// Copy link location depends on whether we're on a non-mailto link.
this.showItem("context-copylink", this.onLink && !this.onMailtoLink);
this.showItem("context-sep-copylink", this.onLink && this.onImage);
#ifdef CONTEXT_COPY_IMAGE_CONTENTS