From fc720b57e281cf7ae940b0b55bc50b2beceaf595 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Sep 2020 23:56:15 -0400 Subject: [PATCH] gtk-demo: Don't refer to removed demos The animated background demos was referring to the pixbuf demo that was removed a while ago. Reword the text accordingly. --- demos/gtk-demo/css_pixbufs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demos/gtk-demo/css_pixbufs.c b/demos/gtk-demo/css_pixbufs.c index 3885ca9188..9cf4b14549 100644 --- a/demos/gtk-demo/css_pixbufs.c +++ b/demos/gtk-demo/css_pixbufs.c @@ -1,6 +1,7 @@ /* Theming/Animated Backgrounds * - * This demo is done in honour of the Pixbufs demo further down. + * This demo is in honour of a classic Pixbufs demo. + * * It is done exclusively with CSS as the background of the window. */