From 4f3ea8ae1b7052ea962607f597202bdce0c40c6b Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Tue, 2 Feb 2021 17:20:26 +0100 Subject: [PATCH] use cleaned up version of a patch --- deb_patches/silence-gtk-style-assertions.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb_patches/silence-gtk-style-assertions.patch b/deb_patches/silence-gtk-style-assertions.patch index b63a658..36ec8e3 100644 --- a/deb_patches/silence-gtk-style-assertions.patch +++ b/deb_patches/silence-gtk-style-assertions.patch @@ -14,7 +14,7 @@ Author: Olivier Tilloy // Some old distros/themes don't properly use the .selection style, so // fall back to the regular text view style. @@ -1413,6 +1413,7 @@ bool nsLookAndFeel::WidgetUsesImage(Widg - }; + GTK_STATE_FLAG_BACKDROP, GTK_STATE_FLAG_INSENSITIVE}; GtkStyleContext* style = GetStyleContext(aNodeType); + if (!style) return false;