summarylogtreecommitdiffstats
path: root/unity-menubar.patch
diff options
context:
space:
mode:
Diffstat (limited to 'unity-menubar.patch')
-rw-r--r--unity-menubar.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/unity-menubar.patch b/unity-menubar.patch
index 36d9dd8fd746..d747a5db506c 100644
--- a/unity-menubar.patch
+++ b/unity-menubar.patch
@@ -32,7 +32,7 @@
+ continue;
+ }
+
- if (toolbar.id == "PersonalToolbar" && gBookmarksToolbar2h2020) {
+ if (toolbar.id == "PersonalToolbar") {
let menu = BookmarkingUI.buildBookmarksToolbarSubmenu(toolbar);
popup.insertBefore(menu, firstMenuItem);
--- a/browser/components/places/content/places.xhtml
@@ -5236,7 +5236,7 @@
+
EXPORTS.mozilla += [
"BasicEvents.h",
- "CommandList.h",
+ "ColorScheme.h",
--- /dev/null
+++ b/widget/nsINativeMenuService.h
@@ -0,0 +1,39 @@