gtk_image_set_from_icon_name() would fallback from $LOGO-text-dark to
$LOGO-text to $LOGO, leaving out $LOGO-dark which might be available.
Make sure it's in the list of possibilities by using
g_themed_icon_new_from_names() and listing it explicitly as a possible
icon name instead.
Fixes:
|
||
---|---|---|
.. | ||
cc-info-overview-panel.c | ||
cc-info-overview-panel.h | ||
cc-info-overview-panel.ui | ||
gnome-control-center-print-renderer.c | ||
gnome-info-overview-panel.desktop.in.in | ||
gnome-logo-text-dark.svg | ||
gnome-logo-text.svg | ||
info-cleanup.c | ||
info-cleanup.h | ||
info-overview.gresource.xml | ||
meson.build |