From a1bc3ae2c8aeeef3a4513491785916691077efac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 18 Feb 2020 11:03:37 +0100 Subject: [PATCH] popvermenu: Clarify css node docs We add the .menu css class to the popover main node, not its contents node. --- gtk/gtkpopovermenu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkpopovermenu.c b/gtk/gtkpopovermenu.c index e310033f12..bf56b4c5be 100644 --- a/gtk/gtkpopovermenu.c +++ b/gtk/gtkpopovermenu.c @@ -64,8 +64,8 @@ * * #GtkPopoverMenu is just a subclass of #GtkPopover that adds * custom content to it, therefore it has the same CSS nodes. - * It is one of the cases that add a .menu style class to the - * popover's contents node. + * It is one of the cases that add a .menu style class to + * the popover's main node. */ typedef struct _GtkPopoverMenuClass GtkPopoverMenuClass;