diff options
author | Alexander Larsson <alexl@redhat.com> | 2020-01-28 15:03:42 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2020-01-30 10:53:33 +0100 |
commit | 6a15e9169d018a18fdaa481287d5facfd2b142f1 (patch) | |
tree | 9017548b2eed00d6ee3862562aae8c68140f77d3 /gtk/gtkcombobox.c | |
parent | 6af4b6a644bb8ad29088cf5dc37dbe426a005937 (diff) | |
download | gtk+-6a15e9169d018a18fdaa481287d5facfd2b142f1.tar.gz |
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.
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r-- | gtk/gtkcombobox.c | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |