summaryrefslogtreecommitdiff
path: root/www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp
diff options
context:
space:
mode:
authorJesper Schmitz Mouridsen <jsm@FreeBSD.org>2024-03-22 21:27:56 +0100
committerJesper Schmitz Mouridsen <jsm@FreeBSD.org>2024-03-22 21:43:17 +0100
commit860821402c33fcba31564fbd99352783ce88994d (patch)
tree1755555951f101b937d456a2c748ee861e9880a1 /www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp
parentdeskutils/kdeconnect-kde: fix broken patch for the sftp_mounter (diff)
www/librewolf: Update to 123.0-1
switch to unity-menubar from archlinux, since it is not currently maintained by upstream. PR: 277807 Approved by: freebsd@sysctl.cz (maintainer)
Diffstat (limited to 'www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp')
-rw-r--r--www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp b/www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp
deleted file mode 100644
index dfa5ea927c77..000000000000
--- a/www/librewolf/files/patch-widget_gtk_nsMenuBar.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- widget/gtk/nsMenuBar.cpp.orig 2023-10-06 21:47:06.056933000 +0200
-+++ widget/gtk/nsMenuBar.cpp 2023-10-06 21:44:31.623574000 +0200
-@@ -190,7 +190,7 @@
-
- mEventListener = new DocEventListener(this);
-
-- mDocument = do_QueryInterface(ContentNode()->OwnerDoc());
-+ mDocument = ContentNode()->OwnerDoc();
-
- mAccessKey = Preferences::GetInt("ui.key.menuAccessKey");
- if (mAccessKey == dom::KeyboardEvent_Binding::DOM_VK_SHIFT) {