diff -r 790189f5b6de -r fa7ab9df882b pidgin/gtkrequest.c --- a/pidgin/gtkrequest.c Tue Aug 08 01:41:19 2023 -0500 +++ b/pidgin/gtkrequest.c Tue Aug 08 04:47:47 2023 -0500 @@ -265,7 +265,7 @@ PurpleRequestIconType icon_type; gconstpointer icon_data; gsize icon_size; - const gchar *icon_name = "dialog-question"; + const char *icon_name = NULL; /* Dialog icon. */ icon_data = purple_request_cpar_get_custom_icon(cpar, &icon_size);