Bug 426983 - Make the download option Clear List always available. r=sdwilsh, a1.9=beltzner

This commit is contained in:
edward.lee@engineering.uiuc.edu 2008-04-12 12:42:03 -07:00
parent fef71c30ff
commit 4c5b079d80

View File

@ -497,6 +497,8 @@ var gContextMenus = [
, "menuseparator"
, "menuitem_openReferrer"
, "menuitem_copyLocation"
, "menuseparator"
, "menuitem_clearList"
],
// DOWNLOAD_FINISHED
[
@ -538,6 +540,8 @@ var gContextMenus = [
, "menuseparator"
, "menuitem_openReferrer"
, "menuitem_copyLocation"
, "menuseparator"
, "menuitem_clearList"
],
// DOWNLOAD_QUEUED
[
@ -547,6 +551,8 @@ var gContextMenus = [
, "menuseparator"
, "menuitem_openReferrer"
, "menuitem_copyLocation"
, "menuseparator"
, "menuitem_clearList"
],
// DOWNLOAD_BLOCKED_PARENTAL
[
@ -562,6 +568,8 @@ var gContextMenus = [
, "menuseparator"
, "menuitem_openReferrer"
, "menuitem_copyLocation"
, "menuseparator"
, "menuitem_clearList"
],
// DOWNLOAD_DIRTY
[