diff options
author | Martin Stransky <stransky@redhat.com> | 2020-08-18 17:22:12 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-08-18 17:22:12 +0200 |
commit | dced7c2e45db854be4905678075a3717fb96c381 (patch) | |
tree | 9c9fbcc10cdfe1553ff2e3a8939f8d18e36c580f /mozilla-1580174-webrtc-popup.patch | |
parent | patch cleanup (diff) | |
download | librewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.tar.gz librewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.tar.bz2 librewolf-fedora-ff-dced7c2e45db854be4905678075a3717fb96c381.zip |
Build fixes - spec, patches
Diffstat (limited to 'mozilla-1580174-webrtc-popup.patch')
-rw-r--r-- | mozilla-1580174-webrtc-popup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mozilla-1580174-webrtc-popup.patch b/mozilla-1580174-webrtc-popup.patch index 2d154eb..f2c45b5 100644 --- a/mozilla-1580174-webrtc-popup.patch +++ b/mozilla-1580174-webrtc-popup.patch @@ -9,7 +9,7 @@ diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp + // Check if the popup is autocomplete (like tags autocomplete + // in the bookmark edit popup). + nsAtom* popupId = aMenuPopupFrame->GetContent()->GetID(); -+ if (popupId && popupId->Equals(NS_LITERAL_STRING("PopupAutoComplete"))) { ++ if (popupId && popupId->Equals(NS_LITERAL_STRING_FROM_CSTRING("PopupAutoComplete"))) { + return true; + } + |