From 6a15e9169d018a18fdaa481287d5facfd2b142f1 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 28 Jan 2020 15:03:42 +0100 Subject: Rename GtkIcon widget to GtkBuiltinIcon This is an internal widget whose name is not very important, and we want to rename GtkIconInfo to GtkIcon, so lets rename this. --- gtk/gtkcombobox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtkcombobox.c') diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index bbb7dba9b1..b9c6bbee8a 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -27,7 +27,7 @@ #include "gtkcellview.h" #include "gtkeventcontrollerscroll.h" #include "gtkframe.h" -#include "gtkiconprivate.h" +#include "gtkbuiltiniconprivate.h" #include "gtkintl.h" #include "gtkliststore.h" #include "gtkmain.h" @@ -844,7 +844,7 @@ gtk_combo_box_init (GtkComboBox *combo_box) priv->text_renderer = NULL; priv->id_column = -1; - g_type_ensure (GTK_TYPE_ICON); + g_type_ensure (GTK_TYPE_BUILTIN_ICON); g_type_ensure (GTK_TYPE_TREE_POPOVER); gtk_widget_init_template (GTK_WIDGET (combo_box)); -- cgit v1.2.1