diff -r f4c0e44c3e20 -r 2273647d24b0 pidgin/gtkroomlist.c --- a/pidgin/gtkroomlist.c Mon Apr 10 23:47:15 2023 -0500 +++ b/pidgin/gtkroomlist.c Tue Apr 11 00:17:15 2023 -0500 @@ -437,7 +437,7 @@ } /* show the dialog window and return the dialog */ - gtk_widget_show(GTK_WIDGET(dialog)); + gtk_widget_set_visible(GTK_WIDGET(dialog), TRUE); return dialog; }