From: Matthias Clasen Date: Sat, 28 Dec 2019 14:47:23 +0000 (-0500) Subject: gtk-demo: Cosmetics X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~486^2~31 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=abcd83dd78bfccecd655c20da4adf46726f86c9b;p=gtk4.git gtk-demo: Cosmetics --- diff --git a/demos/gtk-demo/foreigndrawing.c b/demos/gtk-demo/foreigndrawing.c index 98384f19ff..d72ecfd59e 100644 --- a/demos/gtk-demo/foreigndrawing.c +++ b/demos/gtk-demo/foreigndrawing.c @@ -414,7 +414,7 @@ draw_menubar (GtkWidget *widget, frame_context = get_style (NULL, "frame"); border_context = get_style (frame_context, "border"); - /* This information is taken from the GtkMenuBar docs, see "CSS nodes" */ + /* This information is taken from the GtkPopoverMenuBar docs, see "CSS nodes" */ menubar_context = get_style (NULL, "menubar"); hovered_menuitem_context = get_style (menubar_context, "menuitem:hover"); menuitem_context = get_style (menubar_context, "menuitem");