From 24cb9d243791a065c4930cbbe72d62f0333adcc3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 May 2024 19:04:07 -0400 Subject: [PATCH] docs: Fix the 4to5 migration guide This was referring to a nonexisting api. --- docs/reference/gtk/migrating-4to5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-4to5.md b/docs/reference/gtk/migrating-4to5.md index 0153846c64..4fded69b60 100644 --- a/docs/reference/gtk/migrating-4to5.md +++ b/docs/reference/gtk/migrating-4to5.md @@ -58,7 +58,7 @@ use a GtkLabel. If you have a need for custom drawing that fits into the current (dark or light) theme, e.g. for rendering a graph, you can still get the current style foreground color, using -[method@Gtk.Widget.get_style_color]. +[method@Gtk.Widget.get_color]. ## Local stylesheets are going away