diff -r 11da504434f2 -r 0459fca48457 pidgin/pidginaccounteditor.c --- a/pidgin/pidginaccounteditor.c Thu Oct 26 22:45:14 2023 -0500 +++ b/pidgin/pidginaccounteditor.c Thu Oct 26 22:51:00 2023 -0500 @@ -818,12 +818,12 @@ if(bvalue) { if(GDK_IS_PIXBUF(editor->avatar_pixbuf)) { - # warning implement this when buddy icons do not suck so bad. + #pragma message("implement this when buddy icons do not suck so bad.") } else { purple_buddy_icons_set_account_icon(editor->account, NULL, 0); } } else { - # warning set the global buddy icon when buddy icons do not suck so bad. + #pragma message("set the global buddy icon when buddy icons do not suck so bad.") } purple_account_thaw_notify_settings(editor->account);