mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 426983 - Make the download option Clear List always available. r=sdwilsh, a1.9=beltzner
This commit is contained in:
parent
fef71c30ff
commit
4c5b079d80
@ -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
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user