Skip to content
  • Chun-wei Fan's avatar
    gtk/gtkbuiltinicon.c: Fix build · 7a054328
    Chun-wei Fan authored
    The gtk_builtin_icon_get_default_size_property returns a const char *,
    in a way such that some compilers insist that something that is of a
    pointer value be returned, so fix that by replacing 0 with NULL.
    7a054328